#86522F

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

Shades of Korma #86522F

Tints of Korma #86522F

Color information

#86522F (or 0x86522F) is unknown color: approx Korma. HEX triplet: 86, 52 and 2F. RGB value is (134,82,47). Sum of RGB (Red+Green+Blue) = 134+82+47=263 (34% of max value = 765). Red value is 134 (52.73% from 255 or 50.95% from 263); Green value is 82 (32.42% from 255 or 31.18% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 134 - color contains mainly: red. Hex color #86522F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86522F is #79ADD0. Grayscale: #5D5D5D. Windows color (decimal): -7974353 or 3101318. OLE color: 3101318.

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

Color convert

RGB1348247-
CMYK00.390.650.47
HSL24.14º48.07%35.49%-
HSV(B)24.14º64.93%52.55%-
XYZ13.3611.314.17-
YUV93.56101.73156.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.95%
GREEN value IS 82 (32.42% from 255) = 31.18%
BLUE value IS 47 (18.75% from 255) = 17.87%
R=50.95%
G=31.18%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134824700.390.650.4724.1448.0735.49
Hex86522F027412F183023
Octal2061225704710157306043
Binary1000011010100101011110100111100000110111111000110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86522F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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