#894827

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

Shades of Korma #894827

Tints of Korma #894827

Color information

#894827 (or 0x894827) is unknown color: approx Korma. HEX triplet: 89, 48 and 27. RGB value is (137,72,39). Sum of RGB (Red+Green+Blue) = 137+72+39=248 (32% of max value = 765). Red value is 137 (53.91% from 255 or 55.24% from 248); Green value is 72 (28.52% from 255 or 29.03% from 248); Blue value is 39 (15.62% from 255 or 15.73% from 248); Max value from RGB is 137 - color contains mainly: red. Hex color #894827 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #894827 is #76B7D8. Grayscale: #575757. Windows color (decimal): -7780313 or 2574473. OLE color: 2574473.

HSL color Cylindrical-coordinate representation of color #894827: hue angle of 20.2º degrees, saturation: 0.56, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #894827 is Cyan = 0, Magento = 0.47, Yellow = 0.72 and Black (K on CMYK) = 0.46.

Color convert

RGB1377239-
CMYK00.470.720.46
HSL20.2º55.68%34.51%-
HSV(B)20.2º71.53%53.73%-
XYZ1310.13.18-
YUV87.67100.53163.18-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 55.24%
GREEN value IS 72 (28.52% from 255) = 29.03%
BLUE value IS 39 (15.62% from 255) = 15.73%
R=55.24%
G=29.03%
B=15.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.72
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137723900.470.720.4620.255.6834.51
Hex89482702F482E143823
Octal2111104705711056247043
Binary1000100110010001001110101111100100010111010100111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #894827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #894827; }

 p { color: rgb(137,72,39); }

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

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

 a { background-color: rgb(137,72,39); }

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

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

 span { border-color: rgb(137,72,39); }

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