#84512D

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

Shades of Korma #84512D

Tints of Korma #84512D

Color information

#84512D (or 0x84512D) is unknown color: approx Korma. HEX triplet: 84, 51 and 2D. RGB value is (132,81,45). Sum of RGB (Red+Green+Blue) = 132+81+45=258 (34% of max value = 765). Red value is 132 (51.95% from 255 or 51.16% from 258); Green value is 81 (32.03% from 255 or 31.40% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 132 - color contains mainly: red. Hex color #84512D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512D is #7BAED2. Grayscale: #5C5C5C. Windows color (decimal): -8105683 or 2969988. OLE color: 2969988.

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

Color convert

RGB1328145-
CMYK00.390.660.48
HSL24.83º49.15%34.71%-
HSV(B)24.83º65.91%51.76%-
XYZ12.9310.983.92-
YUV92.14101.4156.43-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 51.16%
GREEN value IS 81 (32.03% from 255) = 31.40%
BLUE value IS 45 (17.97% from 255) = 17.44%
R=51.16%
G=31.40%
B=17.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132814500.390.660.4824.8349.1534.71
Hex84512D0274230193123
Octal2041215504710260316143
Binary1000010010100011011010100111100001011000011001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84512D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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