#864B26

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

Shades of Korma #864B26

Tints of Korma #864B26

Color information

#864B26 (or 0x864B26) is unknown color: approx Korma. HEX triplet: 86, 4B and 26. RGB value is (134,75,38). Sum of RGB (Red+Green+Blue) = 134+75+38=247 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.25% from 247); Green value is 75 (29.69% from 255 or 30.36% from 247); Blue value is 38 (15.23% from 255 or 15.38% from 247); Max value from RGB is 134 - color contains mainly: red. Hex color #864B26 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B26 is #79B4D9. Grayscale: #585858. Windows color (decimal): -7976154 or 2509702. OLE color: 2509702.

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

Color convert

RGB1347538-
CMYK00.440.720.47
HSL23.12º55.81%33.73%-
HSV(B)23.12º71.64%52.55%-
XYZ12.710.243.14-
YUV88.4299.55160.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.25%
GREEN value IS 75 (29.69% from 255) = 30.36%
BLUE value IS 38 (15.23% from 255) = 15.38%
R=54.25%
G=30.36%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134753800.440.720.4723.1255.8133.73
Hex864B2602C482F173822
Octal2061134605411057277042
Binary1000011010010111001100101100100100010111110111111000100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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