#865332

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

Shades of Korma #865332

Tints of Korma #865332

Color information

#865332 (or 0x865332) is unknown color: approx Korma. HEX triplet: 86, 53 and 32. RGB value is (134,83,50). Sum of RGB (Red+Green+Blue) = 134+83+50=267 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.19% from 267); Green value is 83 (32.81% from 255 or 31.09% from 267); Blue value is 50 (19.92% from 255 or 18.73% from 267); Max value from RGB is 134 - color contains mainly: red. Hex color #865332 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865332 is #79ACCD. Grayscale: #5E5E5E. Windows color (decimal): -7974094 or 3298182. OLE color: 3298182.

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

Color convert

RGB1348350-
CMYK00.380.630.47
HSL23.57º45.65%36.08%-
HSV(B)23.57º62.69%52.55%-
XYZ13.511.494.52-
YUV94.49102.9156.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.19%
GREEN value IS 83 (32.81% from 255) = 31.09%
BLUE value IS 50 (19.92% from 255) = 18.73%
R=50.19%
G=31.09%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.63
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134835000.380.630.4723.5745.6536.08
Hex8653320263F2F182e24
Octal206123620467757305644
Binary100001101010011110010010011011111110111111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865332; }

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

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

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

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

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

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

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

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