#84482A

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

Shades of Korma #84482A

Tints of Korma #84482A

Color information

#84482A (or 0x84482A) is unknown color: approx Korma. HEX triplet: 84, 48 and 2A. RGB value is (132,72,42). Sum of RGB (Red+Green+Blue) = 132+72+42=246 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.66% from 246); Green value is 72 (28.52% from 255 or 29.27% from 246); Blue value is 42 (16.80% from 255 or 17.07% from 246); Max value from RGB is 132 - color contains mainly: red. Hex color #84482A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84482A is #7BB7D5. Grayscale: #565656. Windows color (decimal): -8107990 or 2771076. OLE color: 2771076.

HSL color Cylindrical-coordinate representation of color #84482A: hue angle of 20º degrees, saturation: 0.52, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #84482A is Cyan = 0, Magento = 0.45, Yellow = 0.68 and Black (K on CMYK) = 0.48.

Color convert

RGB1327242-
CMYK00.450.680.48
HSL20º51.72%34.12%-
HSV(B)20º68.18%51.76%-
XYZ12.259.713.42-
YUV86.52102.88160.44-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.66%
GREEN value IS 72 (28.52% from 255) = 29.27%
BLUE value IS 42 (16.80% from 255) = 17.07%
R=53.66%
G=29.27%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132724200.450.680.482051.7234.12
Hex84482A02D4430143422
Octal2041105205510460246442
Binary1000010010010001010100101101100010011000010100110100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84482A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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