#7D440C

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

Shades of Raw Umber #7D440C

Tints of Raw Umber #7D440C

Color information

#7D440C (or 0x7D440C) is unknown color: approx Raw Umber. HEX triplet: 7D, 44 and 0C. RGB value is (125,68,12). Sum of RGB (Red+Green+Blue) = 125+68+12=205 (27% of max value = 765). Red value is 125 (49.22% from 255 or 60.98% from 205); Green value is 68 (26.95% from 255 or 33.17% from 205); Blue value is 12 (5.08% from 255 or 5.85% from 205); Max value from RGB is 125 - color contains mainly: red. Hex color #7D440C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D440C is #82BBF3. Grayscale: #4E4E4E. Windows color (decimal): -8567796 or 803965. OLE color: 803965.

HSL color Cylindrical-coordinate representation of color #7D440C: hue angle of 29.73º degrees, saturation: 0.82, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #7D440C is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.51.

Color convert

RGB1256812-
CMYK00.460.900.51
HSL29.73º82.48%26.86%-
HSV(B)29.73º90.4%49.02%-
XYZ10.598.521.43-
YUV78.6690.38161.05-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 60.98%
GREEN value IS 68 (26.95% from 255) = 33.17%
BLUE value IS 12 (5.08% from 255) = 5.85%
R=60.98%
G=33.17%
B=5.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.90
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125681200.460.900.5129.7382.4826.86
Hex7D44C02E5A331e521b
Octal17510414056132633612233
Binary1111101100010011000101110101101011001111110101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D440C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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