#7D4C0A

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

Shades of Raw Umber #7D4C0A

Tints of Raw Umber #7D4C0A

Color information

#7D4C0A (or 0x7D4C0A) is unknown color: approx Raw Umber. HEX triplet: 7D, 4C and 0A. RGB value is (125,76,10). Sum of RGB (Red+Green+Blue) = 125+76+10=211 (27% of max value = 765). Red value is 125 (49.22% from 255 or 59.24% from 211); Green value is 76 (30.08% from 255 or 36.02% from 211); Blue value is 10 (4.30% from 255 or 4.74% from 211); Max value from RGB is 125 - color contains mainly: red. Hex color #7D4C0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7D4C0A is #82B3F5. Grayscale: #535353. Windows color (decimal): -8565750 or 674941. OLE color: 674941.

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

Color convert

RGB1257610-
CMYK00.390.920.51
HSL34.43º85.19%26.47%-
HSV(B)34.43º92%49.02%-
XYZ11.19.551.55-
YUV83.1386.73157.87-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 59.24%
GREEN value IS 76 (30.08% from 255) = 36.02%
BLUE value IS 10 (4.30% from 255) = 4.74%
R=59.24%
G=36.02%
B=4.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.92
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal125761000.390.920.5134.4385.1926.47
Hex7D4CA0275C3322551a
Octal17511412047134634212532
Binary11111011001100101001001111011100110011100010101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D4C0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(125,76,10); }

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

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

 a { background-color: rgb(125,76,10); }

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

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

 span { border-color: rgb(125,76,10); }

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