#714215

Color #714215 Raw Umber (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Raw Umber #714215

Tints of Raw Umber #714215

Color information

#714215 (or 0x714215) is unknown color: approx Raw Umber. HEX triplet: 71, 42 and 15. RGB value is (113,66,21). Sum of RGB (Red+Green+Blue) = 113+66+21=200 (26% of max value = 765). Red value is 113 (44.53% from 255 or 56.5% from 200); Green value is 66 (26.17% from 255 or 33% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 113 - color contains mainly: red. Hex color #714215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714215 is #8EBDEA. Grayscale: #4B4B4B. Windows color (decimal): -9354731 or 1393265. OLE color: 1393265.

HSL color Cylindrical-coordinate representation of color #714215: hue angle of 29.35º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #714215 is Cyan = 0, Magento = 0.42, Yellow = 0.81 and Black (K on CMYK) = 0.56.

Color convert

RGB1136621-
CMYK00.420.810.56
HSL29.35º68.66%26.27%-
HSV(B)29.35º81.42%44.31%-
XYZ8.897.461.68-
YUV74.9297.57155.16-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 113 (44.53% from 255) = 56.5%
GREEN value IS 66 (26.17% from 255) = 33%
BLUE value IS 21 (8.59% from 255) = 10.5%
R=56.5%
G=33%
B=10.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.81
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113662100.420.810.5629.3568.6626.27
Hex71421502A51381d451a
Octal16110225052121703510532
Binary11100011000010101010101010101000111100011101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714215; }

 p { color: rgb(113,66,21); }

 H1.HeaderClassName
 {
   color: #714215;
 }
 .AnyTagClassName
 {
   color: #714215;
 }
</style>
background-color css

<style>
 a { background-color: #714215; }

 a { background-color: rgb(113,66,21); }

 div.DivClassName
 {
   background-color: #714215;
 }
 .BgClassName
 {
   background-color: #714215;
 }
</style>
border-color css

<style>
 span { border-color: #714215; }

 span { border-color: rgb(113,66,21); }

 td.TdClassName
 {
   border-color: #714215;
 }
 .TagClassName
 {
   border-color: #714215;
 }
</style>