#84522D

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

Shades of Korma #84522D

Tints of Korma #84522D

Color information

#84522D (or 0x84522D) is unknown color: approx Korma. HEX triplet: 84, 52 and 2D. RGB value is (132,82,45). Sum of RGB (Red+Green+Blue) = 132+82+45=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 82 (32.42% from 255 or 31.66% from 259); Blue value is 45 (17.97% from 255 or 17.37% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84522D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84522D is #7BADD2. Grayscale: #5C5C5C. Windows color (decimal): -8105427 or 2970244. OLE color: 2970244.

HSL color Cylindrical-coordinate representation of color #84522D: hue angle of 25.52º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #84522D is Cyan = 0, Magento = 0.38, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB1328245-
CMYK00.380.660.48
HSL25.52º49.15%34.71%-
HSV(B)25.52º65.91%51.76%-
XYZ13.0111.133.95-
YUV92.73101.06156.01-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 82 (32.42% from 255) = 31.66%
BLUE value IS 45 (17.97% from 255) = 17.37%
R=50.97%
G=31.66%
B=17.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132824500.380.660.4825.5249.1534.71
Hex84522D02642301a3123
Octal2041225504610260326143
Binary1000010010100101011010100110100001011000011010110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84522D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #84522D; }

 p { color: rgb(132,82,45); }

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

<style>
 a { background-color: #84522D; }

 a { background-color: rgb(132,82,45); }

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

<style>
 span { border-color: #84522D; }

 span { border-color: rgb(132,82,45); }

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