#884C28

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

Shades of Korma #884C28

Tints of Korma #884C28

Color information

#884C28 (or 0x884C28) is unknown color: approx Korma. HEX triplet: 88, 4C and 28. RGB value is (136,76,40). Sum of RGB (Red+Green+Blue) = 136+76+40=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #884C28 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C28 is #77B3D7. Grayscale: #5A5A5A. Windows color (decimal): -7844824 or 2641032. OLE color: 2641032.

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

Color convert

RGB1367640-
CMYK00.440.710.47
HSL22.5º54.55%34.51%-
HSV(B)22.5º70.59%53.33%-
XYZ13.1210.563.35-
YUV89.8499.88160.93-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.97%
GREEN value IS 76 (30.08% from 255) = 30.16%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=53.97%
G=30.16%
B=15.87%

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
Decimal136764000.440.710.4722.554.5534.51
Hex884C2802C472F163723
Octal2101145005410757266743
Binary1000100010011001010000101100100011110111110110110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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