#865132

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

Shades of Korma #865132

Tints of Korma #865132

Color information

#865132 (or 0x865132) is unknown color: approx Korma. HEX triplet: 86, 51 and 32. RGB value is (134,81,50). Sum of RGB (Red+Green+Blue) = 134+81+50=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 81 (32.03% from 255 or 30.57% from 265); Blue value is 50 (19.92% from 255 or 18.87% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #865132 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865132 is #79AECD. Grayscale: #5D5D5D. Windows color (decimal): -7974606 or 3297670. OLE color: 3297670.

HSL color Cylindrical-coordinate representation of color #865132: hue angle of 22.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #865132 is Cyan = 0, Magento = 0.40, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1348150-
CMYK00.400.630.47
HSL22.14º45.65%36.08%-
HSV(B)22.14º62.69%52.55%-
XYZ13.3511.184.47-
YUV93.31103.56157.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 81 (32.03% from 255) = 30.57%
BLUE value IS 50 (19.92% from 255) = 18.87%
R=50.57%
G=30.57%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134815000.400.630.4722.1445.6536.08
Hex8651320283F2F162e24
Octal206121620507757265644
Binary100001101010001110010010100011111110111110110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865132

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865132; }

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

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

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

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

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

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

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

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