#884C27

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

Shades of Korma #884C27

Tints of Korma #884C27

Color information

#884C27 (or 0x884C27) is unknown color: approx Korma. HEX triplet: 88, 4C and 27. RGB value is (136,76,39). Sum of RGB (Red+Green+Blue) = 136+76+39=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 76 (30.08% from 255 or 30.28% from 251); Blue value is 39 (15.62% from 255 or 15.54% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #884C27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C27 is #77B3D8. Grayscale: #595959. Windows color (decimal): -7844825 or 2575496. OLE color: 2575496.

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

Color convert

RGB1367639-
CMYK00.440.710.47
HSL22.89º55.43%34.31%-
HSV(B)22.89º71.32%53.33%-
XYZ13.110.553.27-
YUV89.7299.38161.01-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 54.18%
GREEN value IS 76 (30.08% from 255) = 30.28%
BLUE value IS 39 (15.62% from 255) = 15.54%
R=54.18%
G=30.28%
B=15.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136763900.440.710.4722.8955.4334.31
Hex884C2702C472F173722
Octal2101144705410757276742
Binary1000100010011001001110101100100011110111110111110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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