#884F28

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

Shades of Korma #884F28

Tints of Korma #884F28

Color information

#884F28 (or 0x884F28) is unknown color: approx Korma. HEX triplet: 88, 4F and 28. RGB value is (136,79,40). Sum of RGB (Red+Green+Blue) = 136+79+40=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 79 (31.25% from 255 or 30.98% from 255); Blue value is 40 (16.02% from 255 or 15.69% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884F28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884F28 is #77B0D7. Grayscale: #5B5B5B. Windows color (decimal): -7844056 or 2641800. OLE color: 2641800.

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

Color convert

RGB1367940-
CMYK00.420.710.47
HSL24.38º54.55%34.51%-
HSV(B)24.38º70.59%53.33%-
XYZ13.3310.983.42-
YUV91.698.88159.67-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 79 (31.25% from 255) = 30.98%
BLUE value IS 40 (16.02% from 255) = 15.69%
R=53.33%
G=30.98%
B=15.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.71
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136794000.420.710.4724.3854.5534.51
Hex884F2802A472F183723
Octal2101175005210757306743
Binary1000100010011111010000101010100011110111111000110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884F28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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