#864E2B

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

Shades of Korma #864E2B

Tints of Korma #864E2B

Color information

#864E2B (or 0x864E2B) is unknown color: approx Korma. HEX triplet: 86, 4E and 2B. RGB value is (134,78,43). Sum of RGB (Red+Green+Blue) = 134+78+43=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 78 (30.86% from 255 or 30.59% from 255); Blue value is 43 (17.19% from 255 or 16.86% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864E2B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864E2B is #79B1D4. Grayscale: #5A5A5A. Windows color (decimal): -7975381 or 2838150. OLE color: 2838150.

HSL color Cylindrical-coordinate representation of color #864E2B: hue angle of 23.08º degrees, saturation: 0.51, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #864E2B is Cyan = 0, Magento = 0.42, Yellow = 0.68 and Black (K on CMYK) = 0.47.

Color convert

RGB1347843-
CMYK00.420.680.47
HSL23.08º51.41%34.71%-
HSV(B)23.08º67.91%52.55%-
XYZ12.9910.693.66-
YUV90.75101.05158.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 78 (30.86% from 255) = 30.59%
BLUE value IS 43 (17.19% from 255) = 16.86%
R=52.55%
G=30.59%
B=16.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134784300.420.680.4723.0851.4134.71
Hex864E2B02A442F173323
Octal2061165305210457276343
Binary1000011010011101010110101010100010010111110111110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E2B; }

 p { color: rgb(134,78,43); }

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

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

 a { background-color: rgb(134,78,43); }

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

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

 span { border-color: rgb(134,78,43); }

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