#7F5013

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

Shades of Raw Umber #7F5013

Tints of Raw Umber #7F5013

Color information

#7F5013 (or 0x7F5013) is unknown color: approx Raw Umber. HEX triplet: 7F, 50 and 13. RGB value is (127,80,19). Sum of RGB (Red+Green+Blue) = 127+80+19=226 (29% of max value = 765). Red value is 127 (50% from 255 or 56.19% from 226); Green value is 80 (31.64% from 255 or 35.40% from 226); Blue value is 19 (7.81% from 255 or 8.41% from 226); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5013 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5013 is #80AFEC. Grayscale: #575757. Windows color (decimal): -8433645 or 1265791. OLE color: 1265791.

HSL color Cylindrical-coordinate representation of color #7F5013: hue angle of 33.89º 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 #7F5013 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.50.

Color convert

RGB1278019-
CMYK00.370.850.50
HSL33.89º73.97%28.63%-
HSV(B)33.89º85.04%49.8%-
XYZ11.7410.31.98-
YUV87.189.57156.46-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.19%
GREEN value IS 80 (31.64% from 255) = 35.40%
BLUE value IS 19 (7.81% from 255) = 8.41%
R=56.19%
G=35.40%
B=8.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.85
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127801900.370.850.5033.8973.9728.63
Hex7F50130255532224a1d
Octal17712023045125624211235
Binary111111110100001001101001011010101110010100010100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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