#884f2e

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

Shades of Korma #884F2E

Tints of Korma #884F2E

Color information

#884F2E (or 0x884F2E) is unknown color: approx Korma. HEX triplet: 88, 4F and 2E. RGB value is (136,79,46). Sum of RGB (Red+Green+Blue) = 136+79+46=261 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.11% from 261); Green value is 79 (31.25% from 255 or 30.27% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 136 - color contains mainly: red. Hex color #884F2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F2E is #77B0D1. Grayscale: #5C5C5C. Windows color (decimal): -7844050 or 3035016. OLE color: 3035016.

HSL color Cylindrical-coordinate representation of color #884F2E: hue angle of 22º degrees, saturation: 0.49, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #884F2E is Cyan = 0, Magento = 0.42, Yellow = 0.66 and Black (K on CMYK) = 0.47.

Color convert

RGB1367946-
CMYK00.420.660.47
HSL22º49.45%35.69%-
HSV(B)22º66.18%53.33%-
XYZ13.4411.024-
YUV92.28101.88159.18-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.11%
GREEN value IS 79 (31.25% from 255) = 30.27%
BLUE value IS 46 (18.36% from 255) = 17.62%
R=52.11%
G=30.27%
B=17.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136794600.420.660.472249.4535.69
Hex884F2E02A422F163124
Octal2101175605210257266144
Binary1000100010011111011100101010100001010111110110110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884f2e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #884f2e; }

 p { color: rgb(136,79,46); }

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

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

 a { background-color: rgb(136,79,46); }

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

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

 span { border-color: rgb(136,79,46); }

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