#7A580B

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

Shades of Raw Umber #7A580B

Tints of Raw Umber #7A580B

Color information

#7A580B (or 0x7A580B) is unknown color: approx Raw Umber. HEX triplet: 7A, 58 and 0B. RGB value is (122,88,11). Sum of RGB (Red+Green+Blue) = 122+88+11=221 (29% of max value = 765). Red value is 122 (48.05% from 255 or 55.20% from 221); Green value is 88 (34.77% from 255 or 39.82% from 221); Blue value is 11 (4.69% from 255 or 4.98% from 221); Max value from RGB is 122 - color contains mainly: red. Hex color #7A580B is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A580B is #85A7F4. Grayscale: #595959. Windows color (decimal): -8759285 or 743546. OLE color: 743546.

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

Color convert

RGB1228811-
CMYK00.280.910.52
HSL41.62º83.46%26.08%-
HSV(B)41.62º90.98%47.84%-
XYZ11.5811.141.86-
YUV89.3983.76151.26-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.20%
GREEN value IS 88 (34.77% from 255) = 39.82%
BLUE value IS 11 (4.69% from 255) = 4.98%
R=55.20%
G=39.82%
B=4.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.91
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122881100.280.910.5241.6283.4626.08
Hex7A58B01C5B342a531a
Octal17213013034133645212332
Binary1111010101100010110111001011011110100101010101001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A580B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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