#84562E

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

Shades of Korma #84562E

Tints of Korma #84562E

Color information

#84562E (or 0x84562E) is unknown color: approx Korma. HEX triplet: 84, 56 and 2E. RGB value is (132,86,46). Sum of RGB (Red+Green+Blue) = 132+86+46=264 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50% from 264); Green value is 86 (33.98% from 255 or 32.58% from 264); Blue value is 46 (18.36% from 255 or 17.42% from 264); Max value from RGB is 132 - color contains mainly: red. Hex color #84562E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562E is #7BA9D1. Grayscale: #5F5F5F. Windows color (decimal): -8104402 or 3036804. OLE color: 3036804.

HSL color Cylindrical-coordinate representation of color #84562E: hue angle of 27.91º 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 #84562E is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB1328646-
CMYK00.350.650.48
HSL27.91º48.31%34.9%-
HSV(B)27.91º65.15%51.76%-
XYZ13.3411.764.15-
YUV95.19100.24154.25-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50%
GREEN value IS 86 (33.98% from 255) = 32.58%
BLUE value IS 46 (18.36% from 255) = 17.42%
R=50%
G=32.58%
B=17.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132864600.350.650.4827.9148.3134.9
Hex84562E02341301c3023
Octal2041265604310160346043
Binary1000010010101101011100100011100000111000011100110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84562E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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