#86532D

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

Shades of Korma #86532D

Tints of Korma #86532D

Color information

#86532D (or 0x86532D) is unknown color: approx Korma. HEX triplet: 86, 53 and 2D. RGB value is (134,83,45). Sum of RGB (Red+Green+Blue) = 134+83+45=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 83 (32.81% from 255 or 31.68% from 262); Blue value is 45 (17.97% from 255 or 17.18% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86532D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86532D is #79ACD2. Grayscale: #5E5E5E. Windows color (decimal): -7974099 or 2970502. OLE color: 2970502.

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

Color convert

RGB1348345-
CMYK00.380.660.47
HSL25.62º49.72%35.1%-
HSV(B)25.62º66.42%52.55%-
XYZ13.411.443.99-
YUV93.92100.4156.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 83 (32.81% from 255) = 31.68%
BLUE value IS 45 (17.97% from 255) = 17.18%
R=51.15%
G=31.68%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134834500.380.660.4725.6249.7235.1
Hex86532D026422F1a3223
Octal2061235504610257326243
Binary1000011010100111011010100110100001010111111010110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86532D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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