#84492C

Color #84492C Korma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Korma #84492C

Tints of Korma #84492C

Color information

#84492C (or 0x84492C) is unknown color: approx Korma. HEX triplet: 84, 49 and 2C. RGB value is (132,73,44). Sum of RGB (Red+Green+Blue) = 132+73+44=249 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.01% from 249); Green value is 73 (28.91% from 255 or 29.32% from 249); Blue value is 44 (17.58% from 255 or 17.67% from 249); Max value from RGB is 132 - color contains mainly: red. Hex color #84492C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84492C is #7BB6D3. Grayscale: #575757. Windows color (decimal): -8107732 or 2902404. OLE color: 2902404.

HSL color Cylindrical-coordinate representation of color #84492C: hue angle of 19.77º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #84492C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1327344-
CMYK00.450.670.48
HSL19.77º50%34.51%-
HSV(B)19.77º66.67%51.76%-
XYZ12.359.853.63-
YUV87.34103.55159.86-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.01%
GREEN value IS 73 (28.91% from 255) = 29.32%
BLUE value IS 44 (17.58% from 255) = 17.67%
R=53.01%
G=29.32%
B=17.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132734400.450.670.4819.775034.51
Hex84492C02D4330143223
Octal2041115405510360246243
Binary1000010010010011011000101101100001111000010100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84492C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84492C; }

 p { color: rgb(132,73,44); }

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

<style>
 a { background-color: #84492C; }

 a { background-color: rgb(132,73,44); }

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

<style>
 span { border-color: #84492C; }

 span { border-color: rgb(132,73,44); }

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