#884D2E

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

Shades of Korma #884D2E

Tints of Korma #884D2E

Color information

#884D2E (or 0x884D2E) is unknown color: approx Korma. HEX triplet: 88, 4D and 2E. RGB value is (136,77,46). Sum of RGB (Red+Green+Blue) = 136+77+46=259 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.51% from 259); Green value is 77 (30.47% from 255 or 29.73% from 259); Blue value is 46 (18.36% from 255 or 17.76% from 259); Max value from RGB is 136 - color contains mainly: red. Hex color #884D2E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D2E is #77B2D1. Grayscale: #5B5B5B. Windows color (decimal): -7844562 or 3034504. OLE color: 3034504.

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

Color convert

RGB1367746-
CMYK00.430.660.47
HSL20.67º49.45%35.69%-
HSV(B)20.67º66.18%53.33%-
XYZ13.310.743.96-
YUV91.11102.55160.02-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.51%
GREEN value IS 77 (30.47% from 255) = 29.73%
BLUE value IS 46 (18.36% from 255) = 17.76%
R=52.51%
G=29.73%
B=17.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.66
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136774600.430.660.4720.6749.4535.69
Hex884D2E02B422F153124
Octal2101155605310257256144
Binary1000100010011011011100101011100001010111110101110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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