#884D27

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

Shades of Korma #884D27

Tints of Korma #884D27

Color information

#884D27 (or 0x884D27) is unknown color: approx Korma. HEX triplet: 88, 4D and 27. RGB value is (136,77,39). Sum of RGB (Red+Green+Blue) = 136+77+39=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 77 (30.47% from 255 or 30.56% from 252); Blue value is 39 (15.62% from 255 or 15.48% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884D27 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D27 is #77B2D8. Grayscale: #5A5A5A. Windows color (decimal): -7844569 or 2575752. OLE color: 2575752.

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

Color convert

RGB1367739-
CMYK00.430.710.47
HSL23.51º55.43%34.31%-
HSV(B)23.51º71.32%53.33%-
XYZ13.1710.693.29-
YUV90.3199.05160.59-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 77 (30.47% from 255) = 30.56%
BLUE value IS 39 (15.62% from 255) = 15.48%
R=53.97%
G=30.56%
B=15.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136773900.430.710.4723.5155.4334.31
Hex884D2702B472F183722
Octal2101154705310757306742
Binary1000100010011011001110101011100011110111111000110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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