#884D2A

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

Shades of Korma #884D2A

Tints of Korma #884D2A

Color information

#884D2A (or 0x884D2A) is unknown color: approx Korma. HEX triplet: 88, 4D and 2A. RGB value is (136,77,42). Sum of RGB (Red+Green+Blue) = 136+77+42=255 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.33% from 255); Green value is 77 (30.47% from 255 or 30.20% from 255); Blue value is 42 (16.80% from 255 or 16.47% from 255); Max value from RGB is 136 - color contains mainly: red. Hex color #884D2A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #884D2A is #77B2D5. Grayscale: #5A5A5A. Windows color (decimal): -7844566 or 2772360. OLE color: 2772360.

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

Color convert

RGB1367742-
CMYK00.430.690.47
HSL22.34º52.81%34.9%-
HSV(B)22.34º69.12%53.33%-
XYZ13.2310.713.56-
YUV90.65100.55160.35-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.33%
GREEN value IS 77 (30.47% from 255) = 30.20%
BLUE value IS 42 (16.80% from 255) = 16.47%
R=53.33%
G=30.20%
B=16.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.69
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136774200.430.690.4722.3452.8134.9
Hex884D2A02B452F163523
Octal2101155205310557266543
Binary1000100010011011010100101011100010110111110110110101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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