#864A27

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

Shades of Korma #864A27

Tints of Korma #864A27

Color information

#864A27 (or 0x864A27) is unknown color: approx Korma. HEX triplet: 86, 4A and 27. RGB value is (134,74,39). Sum of RGB (Red+Green+Blue) = 134+74+39=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 74 (29.30% from 255 or 29.96% from 247); Blue value is 39 (15.62% from 255 or 15.79% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864A27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864A27 is #79B5D8. Grayscale: #585858. Windows color (decimal): -7976409 or 2574982. OLE color: 2574982.

HSL color Cylindrical-coordinate representation of color #864A27: hue angle of 22.11º 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 #864A27 is Cyan = 0, Magento = 0.45, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1347439-
CMYK00.450.710.47
HSL22.11º54.91%33.92%-
HSV(B)22.11º70.9%52.55%-
XYZ12.6510.113.2-
YUV87.95100.38160.85-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 74 (29.30% from 255) = 29.96%
BLUE value IS 39 (15.62% from 255) = 15.79%
R=54.25%
G=29.96%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134743900.450.710.4722.1154.9133.92
Hex864A2702D472F163722
Octal2061124705510757266742
Binary1000011010010101001110101101100011110111110110110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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