#86522C

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

Shades of Korma #86522C

Tints of Korma #86522C

Color information

#86522C (or 0x86522C) is unknown color: approx Korma. HEX triplet: 86, 52 and 2C. RGB value is (134,82,44). Sum of RGB (Red+Green+Blue) = 134+82+44=260 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.54% from 260); Green value is 82 (32.42% from 255 or 31.54% from 260); Blue value is 44 (17.58% from 255 or 16.92% from 260); Max value from RGB is 134 - color contains mainly: red. Hex color #86522C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86522C is #79ADD3. Grayscale: #5D5D5D. Windows color (decimal): -7974356 or 2904710. OLE color: 2904710.

HSL color Cylindrical-coordinate representation of color #86522C: hue angle of 25.33º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #86522C is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.47.

Color convert

RGB1348244-
CMYK00.390.670.47
HSL25.33º50.56%34.9%-
HSV(B)25.33º67.16%52.55%-
XYZ13.311.283.86-
YUV93.22100.23157.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.54%
GREEN value IS 82 (32.42% from 255) = 31.54%
BLUE value IS 44 (17.58% from 255) = 16.92%
R=51.54%
G=31.54%
B=16.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.67
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134824400.390.670.4725.3350.5634.9
Hex86522C027432F193323
Octal2061225404710357316343
Binary1000011010100101011000100111100001110111111001110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86522C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86522C; }

 p { color: rgb(134,82,44); }

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

<style>
 a { background-color: #86522C; }

 a { background-color: rgb(134,82,44); }

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

<style>
 span { border-color: #86522C; }

 span { border-color: rgb(134,82,44); }

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