#884D28

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

Shades of Korma #884D28

Tints of Korma #884D28

Color information

#884D28 (or 0x884D28) is unknown color: approx Korma. HEX triplet: 88, 4D and 28. RGB value is (136,77,40). Sum of RGB (Red+Green+Blue) = 136+77+40=253 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.75% from 253); Green value is 77 (30.47% from 255 or 30.43% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 136 - color contains mainly: red. Hex color #884D28 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D28 is #77B2D7. Grayscale: #5A5A5A. Windows color (decimal): -7844568 or 2641288. OLE color: 2641288.

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

Color convert

RGB1367740-
CMYK00.430.710.47
HSL23.12º54.55%34.51%-
HSV(B)23.12º70.59%53.33%-
XYZ13.1910.73.38-
YUV90.4299.55160.51-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.75%
GREEN value IS 77 (30.47% from 255) = 30.43%
BLUE value IS 40 (16.02% from 255) = 15.81%
R=53.75%
G=30.43%
B=15.81%

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
Decimal136774000.430.710.4723.1254.5534.51
Hex884D2802B472F173723
Octal2101155005310757276743
Binary1000100010011011010000101011100011110111110111110111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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