#864B25

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

Shades of Korma #864B25

Tints of Korma #864B25

Color information

#864B25 (or 0x864B25) is unknown color: approx Korma. HEX triplet: 86, 4B and 25. RGB value is (134,75,37). Sum of RGB (Red+Green+Blue) = 134+75+37=246 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.47% from 246); Green value is 75 (29.69% from 255 or 30.49% from 246); Blue value is 37 (14.84% from 255 or 15.04% from 246); Max value from RGB is 134 - color contains mainly: red. Hex color #864B25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864B25 is #79B4DA. Grayscale: #585858. Windows color (decimal): -7976155 or 2444166. OLE color: 2444166.

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

Color convert

RGB1347537-
CMYK00.440.720.47
HSL23.51º56.73%33.53%-
HSV(B)23.51º72.39%52.55%-
XYZ12.6810.233.06-
YUV88.3199.05160.59-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.47%
GREEN value IS 75 (29.69% from 255) = 30.49%
BLUE value IS 37 (14.84% from 255) = 15.04%
R=54.47%
G=30.49%
B=15.04%

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
Decimal134753700.440.720.4723.5156.7333.53
Hex864B2502C482F183922
Octal2061134505411057307142
Binary1000011010010111001010101100100100010111111000111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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