#7D5406

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

Shades of Raw Umber #7D5406

Tints of Raw Umber #7D5406

Color information

#7D5406 (or 0x7D5406) is unknown color: approx Raw Umber. HEX triplet: 7D, 54 and 06. RGB value is (125,84,6). Sum of RGB (Red+Green+Blue) = 125+84+6=215 (28% of max value = 765). Red value is 125 (49.22% from 255 or 58.14% from 215); Green value is 84 (33.20% from 255 or 39.07% from 215); Blue value is 6 (2.73% from 255 or 2.79% from 215); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5406 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5406 is #82ABF9. Grayscale: #575757. Windows color (decimal): -8563706 or 414845. OLE color: 414845.

HSL color Cylindrical-coordinate representation of color #7D5406: hue angle of 39.33º degrees, saturation: 0.91, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #7D5406 is Cyan = 0, Magento = 0.33, Yellow = 0.95 and Black (K on CMYK) = 0.51.

Color convert

RGB125846-
CMYK00.330.950.51
HSL39.33º90.84%25.69%-
HSV(B)39.33º95.2%49.02%-
XYZ11.6610.711.63-
YUV87.3782.08154.84-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 58.14%
GREEN value IS 84 (33.20% from 255) = 39.07%
BLUE value IS 6 (2.73% from 255) = 2.79%
R=58.14%
G=39.07%
B=2.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.95
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12584600.330.950.5139.3390.8425.69
Hex7D5460215F33275b1a
Octal1751246041137634713332
Binary1111101101010011001000011011111110011100111101101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5406

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,84,6); }

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

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

 a { background-color: rgb(125,84,6); }

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

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

 span { border-color: rgb(125,84,6); }

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