#7D4405

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

Shades of Raw Umber #7D4405

Tints of Raw Umber #7D4405

Color information

#7D4405 (or 0x7D4405) is unknown color: approx Raw Umber. HEX triplet: 7D, 44 and 05. RGB value is (125,68,5). Sum of RGB (Red+Green+Blue) = 125+68+5=198 (26% of max value = 765). Red value is 125 (49.22% from 255 or 63.13% from 198); Green value is 68 (26.95% from 255 or 34.34% from 198); Blue value is 5 (2.34% from 255 or 2.53% from 198); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4405 is #82BBFA. Grayscale: #4E4E4E. Windows color (decimal): -8567803 or 345213. OLE color: 345213.

HSL color Cylindrical-coordinate representation of color #7D4405: hue angle of 31.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 #7D4405 is Cyan = 0, Magento = 0.46, Yellow = 0.96 and Black (K on CMYK) = 0.51.

Color convert

RGB125685-
CMYK00.460.960.51
HSL31.5º92.31%25.49%-
HSV(B)31.5º96%49.02%-
XYZ10.558.511.23-
YUV77.8686.88161.62-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 63.13%
GREEN value IS 68 (26.95% from 255) = 34.34%
BLUE value IS 5 (2.34% from 255) = 2.53%
R=63.13%
G=34.34%
B=2.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.96
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal12568500.460.960.5131.592.3125.49
Hex7D44502E6033205c19
Octal1751045056140634013431
Binary1111101100010010101011101100000110011100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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