#864C28

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

Shades of Korma #864C28

Tints of Korma #864C28

Color information

#864C28 (or 0x864C28) is unknown color: approx Korma. HEX triplet: 86, 4C and 28. RGB value is (134,76,40). Sum of RGB (Red+Green+Blue) = 134+76+40=250 (33% of max value = 765). Red value is 134 (52.73% from 255 or 53.6% from 250); Green value is 76 (30.08% from 255 or 30.4% from 250); Blue value is 40 (16.02% from 255 or 16% from 250); Max value from RGB is 134 - color contains mainly: red. Hex color #864C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864C28 is #79B3D7. Grayscale: #595959. Windows color (decimal): -7975896 or 2641030. OLE color: 2641030.

HSL color Cylindrical-coordinate representation of color #864C28: hue angle of 22.98º degrees, saturation: 0.54, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #864C28 is Cyan = 0, Magento = 0.43, Yellow = 0.70 and Black (K on CMYK) = 0.47.

Color convert

RGB1347640-
CMYK00.430.700.47
HSL22.98º54.02%34.12%-
HSV(B)22.98º70.15%52.55%-
XYZ12.810.393.34-
YUV89.24100.22159.93-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 53.6%
GREEN value IS 76 (30.08% from 255) = 30.4%
BLUE value IS 40 (16.02% from 255) = 16%
R=53.6%
G=30.4%
B=16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.70
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134764000.430.700.4722.9854.0234.12
Hex864C2802B462F173622
Octal2061145005310657276642
Binary1000011010011001010000101011100011010111110111110110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,76,40); }

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

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

 a { background-color: rgb(134,76,40); }

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

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

 span { border-color: rgb(134,76,40); }

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