#7A4405

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

Shades of Raw Umber #7A4405

Tints of Raw Umber #7A4405

Color information

#7A4405 (or 0x7A4405) is unknown color: approx Raw Umber. HEX triplet: 7A, 44 and 05. RGB value is (122,68,5). Sum of RGB (Red+Green+Blue) = 122+68+5=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 68 (26.95% from 255 or 34.87% from 195); Blue value is 5 (2.34% from 255 or 2.56% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4405 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4405 is #85BBFA. Grayscale: #4D4D4D. Windows color (decimal): -8764411 or 345210. OLE color: 345210.

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

Color convert

RGB122685-
CMYK00.440.960.52
HSL32.31º92.13%24.9%-
HSV(B)32.31º95.9%47.84%-
XYZ10.128.281.21-
YUV76.9687.39160.12-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 68 (26.95% from 255) = 34.87%
BLUE value IS 5 (2.34% from 255) = 2.56%
R=62.56%
G=34.87%
B=2.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.96
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12268500.440.960.5232.3192.1324.9
Hex7A44502C6034205c19
Octal1721045054140644013431
Binary1111010100010010101011001100000110100100000101110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4405

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,68,5); }

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

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

 a { background-color: rgb(122,68,5); }

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

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

 span { border-color: rgb(122,68,5); }

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