#7F5D08

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

Shades of Raw Umber #7F5D08

Tints of Raw Umber #7F5D08

Color information

#7F5D08 (or 0x7F5D08) is unknown color: approx Raw Umber. HEX triplet: 7F, 5D and 08. RGB value is (127,93,8). Sum of RGB (Red+Green+Blue) = 127+93+8=228 (30% of max value = 765). Red value is 127 (50% from 255 or 55.70% from 228); Green value is 93 (36.72% from 255 or 40.79% from 228); Blue value is 8 (3.52% from 255 or 3.51% from 228); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5D08 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5D08 is #80A2F7. Grayscale: #5D5D5D. Windows color (decimal): -8430328 or 548223. OLE color: 548223.

HSL color Cylindrical-coordinate representation of color #7F5D08: hue angle of 42.86º degrees, saturation: 0.88, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #7F5D08 is Cyan = 0, Magento = 0.27, Yellow = 0.94 and Black (K on CMYK) = 0.50.

Color convert

RGB127938-
CMYK00.270.940.50
HSL42.86º88.15%26.47%-
HSV(B)42.86º93.7%49.8%-
XYZ12.7112.361.95-
YUV93.4879.76151.91-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 55.70%
GREEN value IS 93 (36.72% from 255) = 40.79%
BLUE value IS 8 (3.52% from 255) = 3.51%
R=55.70%
G=40.79%
B=3.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.94
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal12793800.270.940.5042.8688.1526.47
Hex7F5D801B5E322b581a
Octal17713510033136625313032
Binary1111111101110110000110111011110110010101011101100011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5D08

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,93,8); }

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

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

 a { background-color: rgb(127,93,8); }

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

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

 span { border-color: rgb(127,93,8); }

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