#7A4108

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

Shades of Raw Umber #7A4108

Tints of Raw Umber #7A4108

Color information

#7A4108 (or 0x7A4108) is unknown color: approx Raw Umber. HEX triplet: 7A, 41 and 08. RGB value is (122,65,8). Sum of RGB (Red+Green+Blue) = 122+65+8=195 (25% of max value = 765). Red value is 122 (48.05% from 255 or 62.56% from 195); Green value is 65 (25.78% from 255 or 33.33% from 195); Blue value is 8 (3.52% from 255 or 4.10% from 195); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4108 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4108 is #85BEF7. Grayscale: #4B4B4B. Windows color (decimal): -8765176 or 541050. OLE color: 541050.

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

Color convert

RGB122658-
CMYK00.470.930.52
HSL30º87.69%25.49%-
HSV(B)30º93.44%47.84%-
XYZ9.967.941.24-
YUV75.5589.88161.13-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 62.56%
GREEN value IS 65 (25.78% from 255) = 33.33%
BLUE value IS 8 (3.52% from 255) = 4.10%
R=62.56%
G=33.33%
B=4.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.93
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal12265800.470.930.523087.6925.49
Hex7A41802F5D341e5819
Octal17210110057135643613031
Binary1111010100000110000101111101110111010011110101100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4108

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,65,8); }

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

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

 a { background-color: rgb(122,65,8); }

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

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

 span { border-color: rgb(122,65,8); }

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