#84482C

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

Shades of Korma #84482C

Tints of Korma #84482C

Color information

#84482C (or 0x84482C) is unknown color: approx Korma. HEX triplet: 84, 48 and 2C. RGB value is (132,72,44). Sum of RGB (Red+Green+Blue) = 132+72+44=248 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.23% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 44 (17.58% from 255 or 17.74% from 248); Max value from RGB is 132 - color contains mainly: red. Hex color #84482C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84482C is #7BB7D3. Grayscale: #565656. Windows color (decimal): -8107988 or 2902148. OLE color: 2902148.

HSL color Cylindrical-coordinate representation of color #84482C: hue angle of 19.09º 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 #84482C is Cyan = 0, Magento = 0.45, Yellow = 0.67 and Black (K on CMYK) = 0.48.

Color convert

RGB1327244-
CMYK00.450.670.48
HSL19.09º50%34.51%-
HSV(B)19.09º66.67%51.76%-
XYZ12.299.723.61-
YUV86.75103.88160.28-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.23%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 44 (17.58% from 255) = 17.74%
R=53.23%
G=29.03%
B=17.74%

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
Decimal132724400.450.670.4819.095034.51
Hex84482C02D4330133223
Octal2041105405510360236243
Binary1000010010010001011000101101100001111000010011110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84482C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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