#7A3A06

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

Shades of Raw Umber #7A3A06

Tints of Raw Umber #7A3A06

Color information

#7A3A06 (or 0x7A3A06) is unknown color: approx Raw Umber. HEX triplet: 7A, 3A and 06. RGB value is (122,58,6). Sum of RGB (Red+Green+Blue) = 122+58+6=186 (24% of max value = 765). Red value is 122 (48.05% from 255 or 65.59% from 186); Green value is 58 (23.05% from 255 or 31.18% from 186); Blue value is 6 (2.73% from 255 or 3.23% from 186); Max value from RGB is 122 - color contains mainly: red. Hex color #7A3A06 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A3A06 is #85C5F9. Grayscale: #474747. Windows color (decimal): -8766970 or 408186. OLE color: 408186.

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

Color convert

RGB122586-
CMYK00.520.950.52
HSL26.9º90.62%25.1%-
HSV(B)26.9º95.08%47.84%-
XYZ9.577.181.05-
YUV71.2191.2164.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 65.59%
GREEN value IS 58 (23.05% from 255) = 31.18%
BLUE value IS 6 (2.73% from 255) = 3.23%
R=65.59%
G=31.18%
B=3.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12258600.520.950.5226.990.6225.1
Hex7A3A60345F341b5b19
Octal172726064137643313331
Binary11110101110101100110100101111111010011011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A3A06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,58,6); }

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

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

 a { background-color: rgb(122,58,6); }

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

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

 span { border-color: rgb(122,58,6); }

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