#864726

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

Shades of Korma #864726

Tints of Korma #864726

Color information

#864726 (or 0x864726) is unknown color: approx Korma. HEX triplet: 86, 47 and 26. RGB value is (134,71,38). Sum of RGB (Red+Green+Blue) = 134+71+38=243 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.14% from 243); Green value is 71 (28.12% from 255 or 29.22% from 243); Blue value is 38 (15.23% from 255 or 15.64% from 243); Max value from RGB is 134 - color contains mainly: red. Hex color #864726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864726 is #79B8D9. Grayscale: #565656. Windows color (decimal): -7977178 or 2508678. OLE color: 2508678.

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

Color convert

RGB1347138-
CMYK00.470.720.47
HSL20.62º55.81%33.73%-
HSV(B)20.62º71.64%52.55%-
XYZ12.439.713.05-
YUV86.07100.87162.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.14%
GREEN value IS 71 (28.12% from 255) = 29.22%
BLUE value IS 38 (15.23% from 255) = 15.64%
R=55.14%
G=29.22%
B=15.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134713800.470.720.4720.6255.8133.73
Hex86472602F482F153822
Octal2061074605711057257042
Binary1000011010001111001100101111100100010111110101111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864726; }

 p { color: rgb(134,71,38); }

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

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

 a { background-color: rgb(134,71,38); }

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

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

 span { border-color: rgb(134,71,38); }

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