#864B2A

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

Shades of Korma #864B2A

Tints of Korma #864B2A

Color information

#864B2A (or 0x864B2A) is unknown color: approx Korma. HEX triplet: 86, 4B and 2A. RGB value is (134,75,42). Sum of RGB (Red+Green+Blue) = 134+75+42=251 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.39% from 251); Green value is 75 (29.69% from 255 or 29.88% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 134 - color contains mainly: red. Hex color #864B2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B2A is #79B4D5. Grayscale: #595959. Windows color (decimal): -7976150 or 2771846. OLE color: 2771846.

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

Color convert

RGB1347542-
CMYK00.440.690.47
HSL21.52º52.27%34.51%-
HSV(B)21.52º68.66%52.55%-
XYZ12.7710.273.5-
YUV88.88101.55160.18-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.39%
GREEN value IS 75 (29.69% from 255) = 29.88%
BLUE value IS 42 (16.80% from 255) = 16.73%
R=53.39%
G=29.88%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134754200.440.690.4721.5252.2734.51
Hex864B2A02C452F163423
Octal2061135205410557266443
Binary1000011010010111010100101100100010110111110110110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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