#7A5A13

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

Shades of Raw Umber #7A5A13

Tints of Raw Umber #7A5A13

Color information

#7A5A13 (or 0x7A5A13) is unknown color: approx Raw Umber. HEX triplet: 7A, 5A and 13. RGB value is (122,90,19). Sum of RGB (Red+Green+Blue) = 122+90+19=231 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.81% from 231); Green value is 90 (35.55% from 255 or 38.96% from 231); Blue value is 19 (7.81% from 255 or 8.23% from 231); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5A13 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7A5A13 is #85A5EC. Grayscale: #5B5B5B. Windows color (decimal): -8758765 or 1268346. OLE color: 1268346.

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

Color convert

RGB1229019-
CMYK00.260.840.52
HSL41.36º73.05%27.65%-
HSV(B)41.36º84.43%47.84%-
XYZ11.811.52.21-
YUV91.4787.1149.77-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.81%
GREEN value IS 90 (35.55% from 255) = 38.96%
BLUE value IS 19 (7.81% from 255) = 8.23%
R=52.81%
G=38.96%
B=8.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122901900.260.840.5241.3673.0527.65
Hex7A5A1301A543429491c
Octal17213223032124645111134
Binary11110101011010100110110101010100110100101001100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A5A13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,90,19); }

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

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

 a { background-color: rgb(122,90,19); }

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

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

 span { border-color: rgb(122,90,19); }

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