#7A5608

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

Shades of Raw Umber #7A5608

Tints of Raw Umber #7A5608

Color information

#7A5608 (or 0x7A5608) is unknown color: approx Raw Umber. HEX triplet: 7A, 56 and 08. RGB value is (122,86,8). Sum of RGB (Red+Green+Blue) = 122+86+8=216 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.48% from 216); Green value is 86 (33.98% from 255 or 39.81% from 216); Blue value is 8 (3.52% from 255 or 3.70% from 216); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5608 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5608 is #85A9F7. Grayscale: #585858. Windows color (decimal): -8759800 or 546426. OLE color: 546426.

HSL color Cylindrical-coordinate representation of color #7A5608: hue angle of 41.05º degrees, saturation: 0.88, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #7A5608 is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB122868-
CMYK00.300.930.52
HSL41.05º87.69%25.49%-
HSV(B)41.05º93.44%47.84%-
XYZ11.410.811.72-
YUV87.8782.93152.34-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.48%
GREEN value IS 86 (33.98% from 255) = 39.81%
BLUE value IS 8 (3.52% from 255) = 3.70%
R=56.48%
G=39.81%
B=3.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12286800.300.930.5241.0587.6925.49
Hex7A56801E5D34295819
Octal17212610036135645113031
Binary1111010101011010000111101011101110100101001101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,86,8); }

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

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

 a { background-color: rgb(122,86,8); }

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

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

 span { border-color: rgb(122,86,8); }

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