#86512F

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

Shades of Korma #86512F

Tints of Korma #86512F

Color information

#86512F (or 0x86512F) is unknown color: approx Korma. HEX triplet: 86, 51 and 2F. RGB value is (134,81,47). Sum of RGB (Red+Green+Blue) = 134+81+47=262 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.15% from 262); Green value is 81 (32.03% from 255 or 30.92% from 262); Blue value is 47 (18.75% from 255 or 17.94% from 262); Max value from RGB is 134 - color contains mainly: red. Hex color #86512F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #86512F is #79AED0. Grayscale: #5D5D5D. Windows color (decimal): -7974609 or 3101062. OLE color: 3101062.

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

Color convert

RGB1348147-
CMYK00.400.650.47
HSL23.45º48.07%35.49%-
HSV(B)23.45º64.93%52.55%-
XYZ13.2911.164.14-
YUV92.97102.06157.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.15%
GREEN value IS 81 (32.03% from 255) = 30.92%
BLUE value IS 47 (18.75% from 255) = 17.94%
R=51.15%
G=30.92%
B=17.94%

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
Decimal134814700.400.650.4723.4548.0735.49
Hex86512F028412F173023
Octal2061215705010157276043
Binary1000011010100011011110101000100000110111110111110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86512F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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