#7D4A02

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

Shades of Raw Umber #7D4A02

Tints of Raw Umber #7D4A02

Color information

#7D4A02 (or 0x7D4A02) is unknown color: approx Raw Umber. HEX triplet: 7D, 4A and 02. RGB value is (125,74,2). Sum of RGB (Red+Green+Blue) = 125+74+2=201 (26% of max value = 765). Red value is 125 (49.22% from 255 or 62.19% from 201); Green value is 74 (29.30% from 255 or 36.82% from 201); Blue value is 2 (1.17% from 255 or 1.00% from 201); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4A02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4A02 is #82B5FD. Grayscale: #515151. Windows color (decimal): -8566270 or 150141. OLE color: 150141.

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

Color convert

RGB125742-
CMYK00.410.980.51
HSL35.12º96.85%24.9%-
HSV(B)35.12º98.4%49.02%-
XYZ10.929.261.27-
YUV81.0483.4159.35-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 62.19%
GREEN value IS 74 (29.30% from 255) = 36.82%
BLUE value IS 2 (1.17% from 255) = 1.00%
R=62.19%
G=36.82%
B=1.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.98
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12574200.410.980.5135.1296.8524.9
Hex7D4A20296233236119
Octal1751122051142634314131
Binary111110110010101001010011100010110011100011110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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