#84512E

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

Shades of Korma #84512E

Tints of Korma #84512E

Color information

#84512E (or 0x84512E) is unknown color: approx Korma. HEX triplet: 84, 51 and 2E. RGB value is (132,81,46). Sum of RGB (Red+Green+Blue) = 132+81+46=259 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.97% from 259); Green value is 81 (32.03% from 255 or 31.27% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 132 - color contains mainly: red. Hex color #84512E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84512E is #7BAED1. Grayscale: #5C5C5C. Windows color (decimal): -8105682 or 3035524. OLE color: 3035524.

HSL color Cylindrical-coordinate representation of color #84512E: hue angle of 24.42º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #84512E is Cyan = 0, Magento = 0.39, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1328146-
CMYK00.390.650.48
HSL24.42º48.31%34.9%-
HSV(B)24.42º65.15%51.76%-
XYZ12.9510.994.02-
YUV92.26101.9156.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.97%
GREEN value IS 81 (32.03% from 255) = 31.27%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=50.97%
G=31.27%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132814600.390.650.4824.4248.3134.9
Hex84512E0274130183023
Octal2041215604710160306043
Binary1000010010100011011100100111100000111000011000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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