#7A520B

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

Shades of Raw Umber #7A520B

Tints of Raw Umber #7A520B

Color information

#7A520B (or 0x7A520B) is unknown color: approx Raw Umber. HEX triplet: 7A, 52 and 0B. RGB value is (122,82,11). Sum of RGB (Red+Green+Blue) = 122+82+11=215 (28% of max value = 765). Red value is 122 (48.05% from 255 or 56.74% from 215); Green value is 82 (32.42% from 255 or 38.14% from 215); Blue value is 11 (4.69% from 255 or 5.12% from 215); Max value from RGB is 122 - color contains mainly: red. Hex color #7A520B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A520B is #85ADF4. Grayscale: #565656. Windows color (decimal): -8760821 or 742010. OLE color: 742010.

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

Color convert

RGB1228211-
CMYK00.330.910.52
HSL38.38º83.46%26.08%-
HSV(B)38.38º90.98%47.84%-
XYZ11.110.21.7-
YUV85.8785.75153.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 56.74%
GREEN value IS 82 (32.42% from 255) = 38.14%
BLUE value IS 11 (4.69% from 255) = 5.12%
R=56.74%
G=38.14%
B=5.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122821100.330.910.5238.3883.4626.08
Hex7A52B0215B3426531a
Octal17212213041133644612332
Binary11110101010010101101000011011011110100100110101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A520B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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