#7F5513

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

Shades of Raw Umber #7F5513

Tints of Raw Umber #7F5513

Color information

#7F5513 (or 0x7F5513) is unknown color: approx Raw Umber. HEX triplet: 7F, 55 and 13. RGB value is (127,85,19). Sum of RGB (Red+Green+Blue) = 127+85+19=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 85 (33.59% from 255 or 36.80% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5513 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5513 is #80AAEC. Grayscale: #5A5A5A. Windows color (decimal): -8432365 or 1267071. OLE color: 1267071.

HSL color Cylindrical-coordinate representation of color #7F5513: hue angle of 36.67º degrees, saturation: 0.74, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #7F5513 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1278519-
CMYK00.330.850.50
HSL36.67º73.97%28.63%-
HSV(B)36.67º85.04%49.8%-
XYZ12.1211.062.11-
YUV90.0387.91154.37-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.98%
GREEN value IS 85 (33.59% from 255) = 36.80%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=54.98%
G=36.80%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127851900.330.850.5036.6773.9728.63
Hex7F55130215532254a1d
Octal17712523041125624511235
Binary111111110101011001101000011010101110010100101100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5513

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7F5513; }

 p { color: rgb(127,85,19); }

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

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

 a { background-color: rgb(127,85,19); }

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

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

 span { border-color: rgb(127,85,19); }

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