#864827

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

Shades of Korma #864827

Tints of Korma #864827

Color information

#864827 (or 0x864827) is unknown color: approx Korma. HEX triplet: 86, 48 and 27. RGB value is (134,72,39). Sum of RGB (Red+Green+Blue) = 134+72+39=245 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.69% from 245); Green value is 72 (28.52% from 255 or 29.39% from 245); Blue value is 39 (15.62% from 255 or 15.92% from 245); Max value from RGB is 134 - color contains mainly: red. Hex color #864827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864827 is #79B7D8. Grayscale: #565656. Windows color (decimal): -7976921 or 2574470. OLE color: 2574470.

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

Color convert

RGB1347239-
CMYK00.460.710.47
HSL20.84º54.91%33.92%-
HSV(B)20.84º70.9%52.55%-
XYZ12.529.853.16-
YUV86.78101.04161.68-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.69%
GREEN value IS 72 (28.52% from 255) = 29.39%
BLUE value IS 39 (15.62% from 255) = 15.92%
R=54.69%
G=29.39%
B=15.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134723900.460.710.4720.8454.9133.92
Hex86482702E472F153722
Octal2061104705610757256742
Binary1000011010010001001110101110100011110111110101110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864827; }

 p { color: rgb(134,72,39); }

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

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

 a { background-color: rgb(134,72,39); }

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

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

 span { border-color: rgb(134,72,39); }

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