#86502F

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

Shades of Korma #86502F

Tints of Korma #86502F

Color information

#86502F (or 0x86502F) is unknown color: approx Korma. HEX triplet: 86, 50 and 2F. RGB value is (134,80,47). Sum of RGB (Red+Green+Blue) = 134+80+47=261 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.34% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 134 - color contains mainly: red. Hex color #86502F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86502F is #79AFD0. Grayscale: #5C5C5C. Windows color (decimal): -7974865 or 3100806. OLE color: 3100806.

HSL color Cylindrical-coordinate representation of color #86502F: hue angle of 22.76º 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 #86502F is Cyan = 0, Magento = 0.40, Yellow = 0.65 and Black (K on CMYK) = 0.47.

Color convert

RGB1348047-
CMYK00.400.650.47
HSL22.76º48.07%35.49%-
HSV(B)22.76º64.93%52.55%-
XYZ13.2111.014.12-
YUV92.38102.39157.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.34%
GREEN value IS 80 (31.64% from 255) = 30.65%
BLUE value IS 47 (18.75% from 255) = 18.01%
R=51.34%
G=30.65%
B=18.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134804700.400.650.4722.7648.0735.49
Hex86502F028412F173023
Octal2061205705010157276043
Binary1000011010100001011110101000100000110111110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86502F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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