#865329

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

Shades of Korma #865329

Tints of Korma #865329

Color information

#865329 (or 0x865329) is unknown color: approx Korma. HEX triplet: 86, 53 and 29. RGB value is (134,83,41). Sum of RGB (Red+Green+Blue) = 134+83+41=258 (34% of max value = 765). Red value is 134 (52.73% from 255 or 51.94% from 258); Green value is 83 (32.81% from 255 or 32.17% from 258); Blue value is 41 (16.41% from 255 or 15.89% from 258); Max value from RGB is 134 - color contains mainly: red. Hex color #865329 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865329 is #79ACD6. Grayscale: #5D5D5D. Windows color (decimal): -7974103 or 2708358. OLE color: 2708358.

HSL color Cylindrical-coordinate representation of color #865329: hue angle of 27.1º degrees, saturation: 0.53, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #865329 is Cyan = 0, Magento = 0.38, Yellow = 0.69 and Black (K on CMYK) = 0.47.

Color convert

RGB1348341-
CMYK00.380.690.47
HSL27.1º53.14%34.31%-
HSV(B)27.1º69.4%52.55%-
XYZ13.3311.413.6-
YUV93.4698.4156.92-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 51.94%
GREEN value IS 83 (32.81% from 255) = 32.17%
BLUE value IS 41 (16.41% from 255) = 15.89%
R=51.94%
G=32.17%
B=15.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134834100.380.690.4727.153.1434.31
Hex865329026452F1b3522
Octal2061235104610557336542
Binary1000011010100111010010100110100010110111111011110101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865329; }

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

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

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

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

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

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

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

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