#7A4814

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

Shades of Raw Umber #7A4814

Tints of Raw Umber #7A4814

Color information

#7A4814 (or 0x7A4814) is unknown color: approx Raw Umber. HEX triplet: 7A, 48 and 14. RGB value is (122,72,20). Sum of RGB (Red+Green+Blue) = 122+72+20=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4814 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4814 is #85B7EB. Grayscale: #515151. Windows color (decimal): -8763372 or 1329274. OLE color: 1329274.

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

Color convert

RGB1227220-
CMYK00.410.840.52
HSL30.59º71.83%27.84%-
HSV(B)30.59º83.61%47.84%-
XYZ10.478.821.81-
YUV81.0293.56157.23-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.01%
GREEN value IS 72 (28.52% from 255) = 33.64%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=57.01%
G=33.64%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122722000.410.840.5230.5971.8327.84
Hex7A481402954341f481c
Octal17211024051124643711034
Binary11110101001000101000101001101010011010011111100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4814

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,72,20); }

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

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

 a { background-color: rgb(122,72,20); }

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

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

 span { border-color: rgb(122,72,20); }

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