#7D5602

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

Shades of Raw Umber #7D5602

Tints of Raw Umber #7D5602

Color information

#7D5602 (or 0x7D5602) is unknown color: approx Raw Umber. HEX triplet: 7D, 56 and 02. RGB value is (125,86,2). Sum of RGB (Red+Green+Blue) = 125+86+2=213 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.69% from 213); Green value is 86 (33.98% from 255 or 40.38% from 213); Blue value is 2 (1.17% from 255 or 0.94% from 213); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5602 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5602 is #82A9FD. Grayscale: #585858. Windows color (decimal): -8563198 or 153213. OLE color: 153213.

HSL color Cylindrical-coordinate representation of color #7D5602: hue angle of 40.98º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #7D5602 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB125862-
CMYK00.310.980.51
HSL40.98º96.85%24.9%-
HSV(B)40.98º98.4%49.02%-
XYZ11.811.021.56-
YUV88.0879.42154.33-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.69%
GREEN value IS 86 (33.98% from 255) = 40.38%
BLUE value IS 2 (1.17% from 255) = 0.94%
R=58.69%
G=40.38%
B=0.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12586200.310.980.5140.9896.8524.9
Hex7D56201F6233296119
Octal1751262037142635114131
Binary11111011010110100111111100010110011101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5602

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,86,2); }

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

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

 a { background-color: rgb(125,86,2); }

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

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

 span { border-color: rgb(125,86,2); }

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