#865231

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

Shades of Korma #865231

Tints of Korma #865231

Color information

#865231 (or 0x865231) is unknown color: approx Korma. HEX triplet: 86, 52 and 31. RGB value is (134,82,49). Sum of RGB (Red+Green+Blue) = 134+82+49=265 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.57% from 265); Green value is 82 (32.42% from 255 or 30.94% from 265); Blue value is 49 (19.53% from 255 or 18.49% from 265); Max value from RGB is 134 - color contains mainly: red. Hex color #865231 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865231 is #79ADCE. Grayscale: #5D5D5D. Windows color (decimal): -7974351 or 3232390. OLE color: 3232390.

HSL color Cylindrical-coordinate representation of color #865231: hue angle of 23.29º 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 #865231 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB1348249-
CMYK00.390.630.47
HSL23.29º46.45%35.88%-
HSV(B)23.29º63.43%52.55%-
XYZ13.411.324.39-
YUV93.79102.73156.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.57%
GREEN value IS 82 (32.42% from 255) = 30.94%
BLUE value IS 49 (19.53% from 255) = 18.49%
R=50.57%
G=30.94%
B=18.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134824900.390.630.4723.2946.4535.88
Hex8652310273F2F172e24
Octal206122610477757275644
Binary100001101010010110001010011111111110111110111101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865231; }

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

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

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

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

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

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

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

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