#714C10

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

Shades of Raw Umber #714C10

Tints of Raw Umber #714C10

Color information

#714C10 (or 0x714C10) is unknown color: approx Raw Umber. HEX triplet: 71, 4C and 10. RGB value is (113,76,16). Sum of RGB (Red+Green+Blue) = 113+76+16=205 (27% of max value = 765). Red value is 113 (44.53% from 255 or 55.12% from 205); Green value is 76 (30.08% from 255 or 37.07% from 205); Blue value is 16 (6.64% from 255 or 7.80% from 205); Max value from RGB is 113 - color contains mainly: red. Hex color #714C10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #714C10 is #8EB3EF. Grayscale: #505050. Windows color (decimal): -9352176 or 1068145. OLE color: 1068145.

HSL color Cylindrical-coordinate representation of color #714C10: hue angle of 37.11º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #714C10 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB1137616-
CMYK00.330.860.56
HSL37.11º75.19%25.29%-
HSV(B)37.11º85.84%44.31%-
XYZ9.498.721.67-
YUV80.2291.76151.38-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 55.12%
GREEN value IS 76 (30.08% from 255) = 37.07%
BLUE value IS 16 (6.64% from 255) = 7.80%
R=55.12%
G=37.07%
B=7.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.86
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113761600.330.860.5637.1175.1925.29
Hex714C100215638254b19
Octal16111420041126704511331
Binary111000110011001000001000011010110111000100101100101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,76,16); }

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

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

 a { background-color: rgb(113,76,16); }

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

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

 span { border-color: rgb(113,76,16); }

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