#864725

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

Shades of Korma #864725

Tints of Korma #864725

Color information

#864725 (or 0x864725) is unknown color: approx Korma. HEX triplet: 86, 47 and 25. RGB value is (134,71,37). Sum of RGB (Red+Green+Blue) = 134+71+37=242 (32% of max value = 765). Red value is 134 (52.73% from 255 or 55.37% from 242); Green value is 71 (28.12% from 255 or 29.34% from 242); Blue value is 37 (14.84% from 255 or 15.29% from 242); Max value from RGB is 134 - color contains mainly: red. Hex color #864725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #864725 is #79B8DA. Grayscale: #565656. Windows color (decimal): -7977179 or 2443142. OLE color: 2443142.

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

Color convert

RGB1347137-
CMYK00.470.720.47
HSL21.03º56.73%33.53%-
HSV(B)21.03º72.39%52.55%-
XYZ12.429.712.97-
YUV85.96100.37162.26-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 55.37%
GREEN value IS 71 (28.12% from 255) = 29.34%
BLUE value IS 37 (14.84% from 255) = 15.29%
R=55.37%
G=29.34%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134713700.470.720.4721.0356.7333.53
Hex86472502F482F153922
Octal2061074505711057257142
Binary1000011010001111001010101111100100010111110101111001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864725

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864725; }

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

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

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

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

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

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

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

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