#864925

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

Shades of Korma #864925

Tints of Korma #864925

Color information

#864925 (or 0x864925) is unknown color: approx Korma. HEX triplet: 86, 49 and 25. RGB value is (134,73,37). Sum of RGB (Red+Green+Blue) = 134+73+37=244 (32% of max value = 765). Red value is 134 (52.73% from 255 or 54.92% from 244); Green value is 73 (28.91% from 255 or 29.92% from 244); Blue value is 37 (14.84% from 255 or 15.16% from 244); Max value from RGB is 134 - color contains mainly: red. Hex color #864925 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864925 is #79B6DA. Grayscale: #575757. Windows color (decimal): -7976667 or 2443654. OLE color: 2443654.

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

Color convert

RGB1347337-
CMYK00.460.720.47
HSL22.27º56.73%33.53%-
HSV(B)22.27º72.39%52.55%-
XYZ12.559.973.01-
YUV87.1499.71161.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 54.92%
GREEN value IS 73 (28.91% from 255) = 29.92%
BLUE value IS 37 (14.84% from 255) = 15.16%
R=54.92%
G=29.92%
B=15.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134733700.460.720.4722.2756.7333.53
Hex86492502E482F163922
Octal2061114505611057267142
Binary1000011010010011001010101110100100010111110110111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864925; }

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

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

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

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

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

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

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

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