#7D4202

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

Shades of Raw Umber #7D4202

Tints of Raw Umber #7D4202

Color information

#7D4202 (or 0x7D4202) is unknown color: approx Raw Umber. HEX triplet: 7D, 42 and 02. RGB value is (125,66,2). Sum of RGB (Red+Green+Blue) = 125+66+2=193 (25% of max value = 765). Red value is 125 (49.22% from 255 or 64.77% from 193); Green value is 66 (26.17% from 255 or 34.20% from 193); Blue value is 2 (1.17% from 255 or 1.04% from 193); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4202 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4202 is #82BDFD. Grayscale: #4C4C4C. Windows color (decimal): -8568318 or 148093. OLE color: 148093.

HSL color Cylindrical-coordinate representation of color #7D4202: hue angle of 31.22º 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 #7D4202 is Cyan = 0, Magento = 0.47, Yellow = 0.98 and Black (K on CMYK) = 0.51.

Color convert

RGB125662-
CMYK00.470.980.51
HSL31.22º96.85%24.9%-
HSV(B)31.22º98.4%49.02%-
XYZ10.428.261.1-
YUV76.3486.05162.7-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 64.77%
GREEN value IS 66 (26.17% from 255) = 34.20%
BLUE value IS 2 (1.17% from 255) = 1.04%
R=64.77%
G=34.20%
B=1.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12566200.470.980.5131.2296.8524.9
Hex7D42202F62331f6119
Octal1751022057142633714131
Binary11111011000010100101111110001011001111111110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4202

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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