#714B13

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

Shades of Raw Umber #714B13

Tints of Raw Umber #714B13

Color information

#714B13 (or 0x714B13) is unknown color: approx Raw Umber. HEX triplet: 71, 4B and 13. RGB value is (113,75,19). Sum of RGB (Red+Green+Blue) = 113+75+19=207 (27% of max value = 765). Red value is 113 (44.53% from 255 or 54.59% from 207); Green value is 75 (29.69% from 255 or 36.23% from 207); Blue value is 19 (7.81% from 255 or 9.18% from 207); Max value from RGB is 113 - color contains mainly: red. Hex color #714B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714B13 is #8EB4EC. Grayscale: #505050. Windows color (decimal): -9352429 or 1264497. OLE color: 1264497.

HSL color Cylindrical-coordinate representation of color #714B13: hue angle of 35.74º degrees, saturation: 0.71, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #714B13 is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.56.

Color convert

RGB1137519-
CMYK00.340.830.56
HSL35.74º71.21%25.88%-
HSV(B)35.74º83.19%44.31%-
XYZ9.448.591.78-
YUV79.9893.59151.55-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 54.59%
GREEN value IS 75 (29.69% from 255) = 36.23%
BLUE value IS 19 (7.81% from 255) = 9.18%
R=54.59%
G=36.23%
B=9.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.83
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113751900.340.830.5635.7471.2125.88
Hex714B13022533824471a
Octal16111323042123704410732
Binary111000110010111001101000101010011111000100100100011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714B13; }

 p { color: rgb(113,75,19); }

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

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

 a { background-color: rgb(113,75,19); }

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

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

 span { border-color: rgb(113,75,19); }

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