#884728

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

Shades of Korma #884728

Tints of Korma #884728

Color information

#884728 (or 0x884728) is unknown color: approx Korma. HEX triplet: 88, 47 and 28. RGB value is (136,71,40). Sum of RGB (Red+Green+Blue) = 136+71+40=247 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.06% from 247); Green value is 71 (28.12% from 255 or 28.74% from 247); Blue value is 40 (16.02% from 255 or 16.19% from 247); Max value from RGB is 136 - color contains mainly: red. Hex color #884728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884728 is #77B8D7. Grayscale: #575757. Windows color (decimal): -7846104 or 2639752. OLE color: 2639752.

HSL color Cylindrical-coordinate representation of color #884728: hue angle of 19.38º degrees, saturation: 0.55, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #884728 is Cyan = 0, Magento = 0.48, Yellow = 0.71 and Black (K on CMYK) = 0.47.

Color convert

RGB1367140-
CMYK00.480.710.47
HSL19.38º54.55%34.51%-
HSV(B)19.38º70.59%53.33%-
XYZ12.799.893.24-
YUV86.9101.53163.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 55.06%
GREEN value IS 71 (28.12% from 255) = 28.74%
BLUE value IS 40 (16.02% from 255) = 16.19%
R=55.06%
G=28.74%
B=16.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136714000.480.710.4719.3854.5534.51
Hex884728030472F133723
Octal2101075006010757236743
Binary1000100010001111010000110000100011110111110011110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884728; }

 p { color: rgb(136,71,40); }

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

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

 a { background-color: rgb(136,71,40); }

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

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

 span { border-color: rgb(136,71,40); }

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