#7A4C14

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

Shades of Raw Umber #7A4C14

Tints of Raw Umber #7A4C14

Color information

#7A4C14 (or 0x7A4C14) is unknown color: approx Raw Umber. HEX triplet: 7A, 4C and 14. RGB value is (122,76,20). Sum of RGB (Red+Green+Blue) = 122+76+20=218 (28% of max value = 765). Red value is 122 (48.05% from 255 or 55.96% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 20 (8.20% from 255 or 9.17% from 218); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7A4C14 is #85B3EB. Grayscale: #535353. Windows color (decimal): -8762348 or 1330298. OLE color: 1330298.

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

Color convert

RGB1227620-
CMYK00.380.840.52
HSL32.94º71.83%27.84%-
HSV(B)32.94º83.61%47.84%-
XYZ10.749.361.9-
YUV83.3792.24155.55-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 55.96%
GREEN value IS 76 (30.08% from 255) = 34.86%
BLUE value IS 20 (8.20% from 255) = 9.17%
R=55.96%
G=34.86%
B=9.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.84
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122762000.380.840.5232.9471.8327.84
Hex7A4C14026543421481c
Octal17211424046124644111034
Binary111101010011001010001001101010100110100100001100100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A4C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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