#86532E

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

Shades of Korma #86532E

Tints of Korma #86532E

Color information

#86532E (or 0x86532E) is unknown color: approx Korma. HEX triplet: 86, 53 and 2E. RGB value is (134,83,46). Sum of RGB (Red+Green+Blue) = 134+83+46=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 83 (32.81% from 255 or 31.56% from 263); Blue value is 46 (18.36% from 255 or 17.49% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86532E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86532E is #79ACD1. Grayscale: #5E5E5E. Windows color (decimal): -7974098 or 3036038. OLE color: 3036038.

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

Color convert

RGB1348346-
CMYK00.380.660.47
HSL25.23º48.89%35.29%-
HSV(B)25.23º65.67%52.55%-
XYZ13.4211.454.09-
YUV94.03100.9156.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 83 (32.81% from 255) = 31.56%
BLUE value IS 46 (18.36% from 255) = 17.49%
R=50.95%
G=31.56%
B=17.49%

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
Decimal134834600.380.660.4725.2348.8935.29
Hex86532E026422F193123
Octal2061235604610257316143
Binary1000011010100111011100100110100001010111111001110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86532E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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