#84512C

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

Shades of Korma #84512C

Tints of Korma #84512C

Color information

#84512C (or 0x84512C) is unknown color: approx Korma. HEX triplet: 84, 51 and 2C. RGB value is (132,81,44). Sum of RGB (Red+Green+Blue) = 132+81+44=257 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.36% from 257); Green value is 81 (32.03% from 255 or 31.52% from 257); Blue value is 44 (17.58% from 255 or 17.12% from 257); Max value from RGB is 132 - color contains mainly: red. Hex color #84512C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512C is #7BAED3. Grayscale: #5C5C5C. Windows color (decimal): -8105684 or 2904452. OLE color: 2904452.

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

Color convert

RGB1328144-
CMYK00.390.670.48
HSL25.23º50%34.51%-
HSV(B)25.23º66.67%51.76%-
XYZ12.9110.973.82-
YUV92.03100.9156.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.36%
GREEN value IS 81 (32.03% from 255) = 31.52%
BLUE value IS 44 (17.58% from 255) = 17.12%
R=51.36%
G=31.52%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132814400.390.670.4825.235034.51
Hex84512C0274330193223
Octal2041215404710360316243
Binary1000010010100011011000100111100001111000011001110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84512C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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