#84562D

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

Shades of Korma #84562D

Tints of Korma #84562D

Color information

#84562D (or 0x84562D) is unknown color: approx Korma. HEX triplet: 84, 56 and 2D. RGB value is (132,86,45). Sum of RGB (Red+Green+Blue) = 132+86+45=263 (34% of max value = 765). Red value is 132 (51.95% from 255 or 50.19% from 263); Green value is 86 (33.98% from 255 or 32.70% from 263); Blue value is 45 (17.97% from 255 or 17.11% from 263); Max value from RGB is 132 - color contains mainly: red. Hex color #84562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #84562D is #7BA9D2. Grayscale: #5F5F5F. Windows color (decimal): -8104403 or 2971268. OLE color: 2971268.

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

Color convert

RGB1328645-
CMYK00.350.660.48
HSL28.28º49.15%34.71%-
HSV(B)28.28º65.91%51.76%-
XYZ13.3211.754.05-
YUV95.0899.74154.33-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 50.19%
GREEN value IS 86 (33.98% from 255) = 32.70%
BLUE value IS 45 (17.97% from 255) = 17.11%
R=50.19%
G=32.70%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132864500.350.660.4828.2849.1534.71
Hex84562D02342301c3123
Octal2041265504310260346143
Binary1000010010101101011010100011100001011000011100110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #84562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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