#7A480D

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

Shades of Raw Umber #7A480D

Tints of Raw Umber #7A480D

Color information

#7A480D (or 0x7A480D) is unknown color: approx Raw Umber. HEX triplet: 7A, 48 and 0D. RGB value is (122,72,13). Sum of RGB (Red+Green+Blue) = 122+72+13=207 (27% of max value = 765). Red value is 122 (48.05% from 255 or 58.94% from 207); Green value is 72 (28.52% from 255 or 34.78% from 207); Blue value is 13 (5.47% from 255 or 6.28% from 207); Max value from RGB is 122 - color contains mainly: red. Hex color #7A480D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A480D is #85B7F2. Grayscale: #505050. Windows color (decimal): -8763379 or 870522. OLE color: 870522.

HSL color Cylindrical-coordinate representation of color #7A480D: hue angle of 32.48º degrees, saturation: 0.81, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #7A480D is Cyan = 0, Magento = 0.41, Yellow = 0.89 and Black (K on CMYK) = 0.52.

Color convert

RGB1227213-
CMYK00.410.890.52
HSL32.48º80.74%26.47%-
HSV(B)32.48º89.34%47.84%-
XYZ10.428.81.53-
YUV80.2290.06157.8-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 58.94%
GREEN value IS 72 (28.52% from 255) = 34.78%
BLUE value IS 13 (5.47% from 255) = 6.28%
R=58.94%
G=34.78%
B=6.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.89
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122721300.410.890.5232.4880.7426.47
Hex7A48D029593420511a
Octal17211015051131644012132
Binary11110101001000110101010011011001110100100000101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A480D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,13); }

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

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

 a { background-color: rgb(122,72,13); }

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

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

 span { border-color: rgb(122,72,13); }

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