#844A14

Color #844A14 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #844A14

Tints of Russet #844A14

Color information

#844A14 (or 0x844A14) is unknown color: approx Russet. HEX triplet: 84, 4A and 14. RGB value is (132,74,20). Sum of RGB (Red+Green+Blue) = 132+74+20=226 (29% of max value = 765). Red value is 132 (51.95% from 255 or 58.41% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 20 (8.20% from 255 or 8.85% from 226); Max value from RGB is 132 - color contains mainly: red. Hex color #844A14 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #844A14 is #7BB5EB. Grayscale: #555555. Windows color (decimal): -8107500 or 1329796. OLE color: 1329796.

HSL color Cylindrical-coordinate representation of color #844A14: hue angle of 28.93º degrees, saturation: 0.74, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #844A14 is Cyan = 0, Magento = 0.44, Yellow = 0.85 and Black (K on CMYK) = 0.48.

Color convert

RGB1327420-
CMYK00.440.850.48
HSL28.93º73.68%29.8%-
HSV(B)28.93º84.85%51.76%-
XYZ12.099.851.93-
YUV85.1991.22161.39-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 58.41%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 20 (8.20% from 255) = 8.85%
R=58.41%
G=32.74%
B=8.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.85
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132742000.440.850.4828.9373.6829.8
Hex844A1402C55301d4a1e
Octal20411224054125603511236
Binary100001001001010101000101100101010111000011101100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #844A14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #844A14; }

 p { color: rgb(132,74,20); }

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

<style>
 a { background-color: #844A14; }

 a { background-color: rgb(132,74,20); }

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

<style>
 span { border-color: #844A14; }

 span { border-color: rgb(132,74,20); }

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