#7D5018

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

Shades of Raw Umber #7D5018

Tints of Raw Umber #7D5018

Color information

#7D5018 (or 0x7D5018) is unknown color: approx Raw Umber. HEX triplet: 7D, 50 and 18. RGB value is (125,80,24). Sum of RGB (Red+Green+Blue) = 125+80+24=229 (30% of max value = 765). Red value is 125 (49.22% from 255 or 54.59% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 24 (9.77% from 255 or 10.48% from 229); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5018 is #82AFE7. Grayscale: #575757. Windows color (decimal): -8564712 or 1593469. OLE color: 1593469.

HSL color Cylindrical-coordinate representation of color #7D5018: hue angle of 33.27º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7D5018 is Cyan = 0, Magento = 0.36, Yellow = 0.81 and Black (K on CMYK) = 0.51.

Color convert

RGB1258024-
CMYK00.360.810.51
HSL33.27º67.79%29.22%-
HSV(B)33.27º80.8%49.02%-
XYZ11.4910.162.22-
YUV87.0792.41155.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 54.59%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 24 (9.77% from 255) = 10.48%
R=54.59%
G=34.93%
B=10.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.81
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125802400.360.810.5133.2767.7929.22
Hex7D5018024513321441d
Octal17512030044121634110435
Binary111110110100001100001001001010001110011100001100010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,80,24); }

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

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

 a { background-color: rgb(125,80,24); }

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

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

 span { border-color: rgb(125,80,24); }

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