#865331

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

Shades of Korma #865331

Tints of Korma #865331

Color information

#865331 (or 0x865331) is unknown color: approx Korma. HEX triplet: 86, 53 and 31. RGB value is (134,83,49). Sum of RGB (Red+Green+Blue) = 134+83+49=266 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50.38% from 266); Green value is 83 (32.81% from 255 or 31.20% from 266); Blue value is 49 (19.53% from 255 or 18.42% from 266); Max value from RGB is 134 - color contains mainly: red. Hex color #865331 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865331 is #79ACCE. Grayscale: #5E5E5E. Windows color (decimal): -7974095 or 3232646. OLE color: 3232646.

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

Color convert

RGB1348349-
CMYK00.380.630.47
HSL24º46.45%35.88%-
HSV(B)24º63.43%52.55%-
XYZ13.4811.484.41-
YUV94.37102.4156.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50.38%
GREEN value IS 83 (32.81% from 255) = 31.20%
BLUE value IS 49 (19.53% from 255) = 18.42%
R=50.38%
G=31.20%
B=18.42%

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
Decimal134834900.380.630.472446.4535.88
Hex8653310263F2F182e24
Octal206123610467757305644
Binary100001101010011110001010011011111110111111000101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865331

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865331; }

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

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

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

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

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

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

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

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