#7D5605

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

Shades of Raw Umber #7D5605

Tints of Raw Umber #7D5605

Color information

#7D5605 (or 0x7D5605) is unknown color: approx Raw Umber. HEX triplet: 7D, 56 and 05. RGB value is (125,86,5). Sum of RGB (Red+Green+Blue) = 125+86+5=216 (28% of max value = 765). Red value is 125 (49.22% from 255 or 57.87% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 5 (2.34% from 255 or 2.31% from 216); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5605 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7D5605 is #82A9FA. Grayscale: #585858. Windows color (decimal): -8563195 or 349821. OLE color: 349821.

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

Color convert

RGB125865-
CMYK00.310.960.51
HSL40.5º92.31%25.49%-
HSV(B)40.5º96%49.02%-
XYZ11.8111.031.65-
YUV88.4380.92154.09-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 57.87%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 5 (2.34% from 255) = 2.31%
R=57.87%
G=39.81%
B=2.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12586500.310.960.5140.592.3125.49
Hex7D56501F6033285c19
Octal1751265037140635013431
Binary111110110101101010111111100000110011101000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D5605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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