#865333

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

Shades of Korma #865333

Tints of Korma #865333

Color information

#865333 (or 0x865333) is unknown color: approx Korma. HEX triplet: 86, 53 and 33. RGB value is (134,83,51). Sum of RGB (Red+Green+Blue) = 134+83+51=268 (35% of max value = 765). Red value is 134 (52.73% from 255 or 50% from 268); Green value is 83 (32.81% from 255 or 30.97% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 134 - color contains mainly: red. Hex color #865333 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #865333 is #79ACCC. Grayscale: #5E5E5E. Windows color (decimal): -7974093 or 3363718. OLE color: 3363718.

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

Color convert

RGB1348351-
CMYK00.380.620.47
HSL23.13º44.86%36.27%-
HSV(B)23.13º61.94%52.55%-
XYZ13.5211.494.64-
YUV94.6103.4156.1-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 50%
GREEN value IS 83 (32.81% from 255) = 30.97%
BLUE value IS 51 (20.31% from 255) = 19.03%
R=50%
G=30.97%
B=19.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.62
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134835100.380.620.4723.1344.8636.27
Hex8653330263E2F172d24
Octal206123630467657275544
Binary100001101010011110011010011011111010111110111101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #865333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #865333; }

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

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

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

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

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

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

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

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