#7A4613

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

Shades of Raw Umber #7A4613

Tints of Raw Umber #7A4613

Color information

#7A4613 (or 0x7A4613) is unknown color: approx Raw Umber. HEX triplet: 7A, 46 and 13. RGB value is (122,70,19). Sum of RGB (Red+Green+Blue) = 122+70+19=211 (27% of max value = 765). Red value is 122 (48.05% from 255 or 57.82% from 211); Green value is 70 (27.73% from 255 or 33.18% from 211); Blue value is 19 (7.81% from 255 or 9.00% from 211); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4613 is #85B9EC. Grayscale: #4F4F4F. Windows color (decimal): -8763885 or 1263226. OLE color: 1263226.

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

Color convert

RGB1227019-
CMYK00.430.840.52
HSL29.71º73.05%27.65%-
HSV(B)29.71º84.43%47.84%-
XYZ10.338.561.72-
YUV79.7393.73158.15-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.82%
GREEN value IS 70 (27.73% from 255) = 33.18%
BLUE value IS 19 (7.81% from 255) = 9.00%
R=57.82%
G=33.18%
B=9.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122701900.430.840.5229.7173.0527.65
Hex7A461302B54341e491c
Octal17210623053124643611134
Binary11110101000110100110101011101010011010011110100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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