#86562D

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

Shades of Korma #86562D

Tints of Korma #86562D

Color information

#86562D (or 0x86562D) is unknown color: approx Korma. HEX triplet: 86, 56 and 2D. RGB value is (134,86,45). Sum of RGB (Red+Green+Blue) = 134+86+45=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 86 (33.98% from 255 or 32.45% from 265); Blue value is 45 (17.97% from 255 or 16.98% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #86562D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86562D is #79A9D2. Grayscale: #5F5F5F. Windows color (decimal): -7973331 or 2971270. OLE color: 2971270.

HSL color Cylindrical-coordinate representation of color #86562D: hue angle of 27.64º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86562D is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1348645-
CMYK00.360.660.47
HSL27.64º49.72%35.1%-
HSV(B)27.64º66.42%52.55%-
XYZ13.6311.914.06-
YUV95.6899.4155.33-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 86 (33.98% from 255) = 32.45%
BLUE value IS 45 (17.97% from 255) = 16.98%
R=50.57%
G=32.45%
B=16.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134864500.360.660.4727.6449.7235.1
Hex86562D024422F1c3223
Octal2061265504410257346243
Binary1000011010101101011010100100100001010111111100110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86562D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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