#864F2A

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

Shades of Korma #864F2A

Tints of Korma #864F2A

Color information

#864F2A (or 0x864F2A) is unknown color: approx Korma. HEX triplet: 86, 4F and 2A. RGB value is (134,79,42). Sum of RGB (Red+Green+Blue) = 134+79+42=255 (33% of max value = 765). Red value is 134 (52.73% from 255 or 52.55% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 134 - color contains mainly: red. Hex color #864F2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #864F2A is #79B0D5. Grayscale: #5B5B5B. Windows color (decimal): -7975126 or 2772870. OLE color: 2772870.

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

Color convert

RGB1347942-
CMYK00.410.690.47
HSL24.13º52.27%34.51%-
HSV(B)24.13º68.66%52.55%-
XYZ13.0510.833.59-
YUV91.23100.22158.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 52.55%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=52.55%
G=30.98%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134794200.410.690.4724.1352.2734.51
Hex864F2A029452F183423
Octal2061175205110557306443
Binary1000011010011111010100101001100010110111111000110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,79,42); }

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

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

 a { background-color: rgb(134,79,42); }

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

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

 span { border-color: rgb(134,79,42); }

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