#84482B

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

Shades of Korma #84482B

Tints of Korma #84482B

Color information

#84482B (or 0x84482B) is unknown color: approx Korma. HEX triplet: 84, 48 and 2B. RGB value is (132,72,43). Sum of RGB (Red+Green+Blue) = 132+72+43=247 (32% of max value = 765). Red value is 132 (51.95% from 255 or 53.44% from 247); Green value is 72 (28.52% from 255 or 29.15% from 247); Blue value is 43 (17.19% from 255 or 17.41% from 247); Max value from RGB is 132 - color contains mainly: red. Hex color #84482B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #84482B is #7BB7D4. Grayscale: #565656. Windows color (decimal): -8107989 or 2836612. OLE color: 2836612.

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

Color convert

RGB1327243-
CMYK00.450.670.48
HSL19.55º50.86%34.31%-
HSV(B)19.55º67.42%51.76%-
XYZ12.279.713.51-
YUV86.63103.38160.36-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 53.44%
GREEN value IS 72 (28.52% from 255) = 29.15%
BLUE value IS 43 (17.19% from 255) = 17.41%
R=53.44%
G=29.15%
B=17.41%

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
Decimal132724300.450.670.4819.5550.8634.31
Hex84482B02D4330143322
Octal2041105305510360246342
Binary1000010010010001010110101101100001111000010100110011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84482B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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