#7A5208

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

Shades of Raw Umber #7A5208

Tints of Raw Umber #7A5208

Color information

#7A5208 (or 0x7A5208) is unknown color: approx Raw Umber. HEX triplet: 7A, 52 and 08. RGB value is (122,82,8). Sum of RGB (Red+Green+Blue) = 122+82+8=212 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.55% from 212); Green value is 82 (32.42% from 255 or 38.68% from 212); Blue value is 8 (3.52% from 255 or 3.77% from 212); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5208 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5208 is #85ADF7. Grayscale: #555555. Windows color (decimal): -8760824 or 545402. OLE color: 545402.

HSL color Cylindrical-coordinate representation of color #7A5208: hue angle of 38.95º 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 #7A5208 is Cyan = 0, Magento = 0.33, Yellow = 0.93 and Black (K on CMYK) = 0.52.

Color convert

RGB122828-
CMYK00.330.930.52
HSL38.95º87.69%25.49%-
HSV(B)38.95º93.44%47.84%-
XYZ11.0910.191.61-
YUV85.5284.25154.02-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.55%
GREEN value IS 82 (32.42% from 255) = 38.68%
BLUE value IS 8 (3.52% from 255) = 3.77%
R=57.55%
G=38.68%
B=3.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12282800.330.930.5238.9587.6925.49
Hex7A5280215D34275819
Octal17212210041135644713031
Binary11110101010010100001000011011101110100100111101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5208

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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