#884B2B

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

Shades of Korma #884B2B

Tints of Korma #884B2B

Color information

#884B2B (or 0x884B2B) is unknown color: approx Korma. HEX triplet: 88, 4B and 2B. RGB value is (136,75,43). Sum of RGB (Red+Green+Blue) = 136+75+43=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 75 (29.69% from 255 or 29.53% from 254); Blue value is 43 (17.19% from 255 or 16.93% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2B is #77B4D4. Grayscale: #595959. Windows color (decimal): -7845077 or 2837384. OLE color: 2837384.

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

Color convert

RGB1367543-
CMYK00.450.680.47
HSL20.65º51.96%35.1%-
HSV(B)20.65º68.38%53.33%-
XYZ13.1110.443.61-
YUV89.59101.71161.1-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 53.54%
GREEN value IS 75 (29.69% from 255) = 29.53%
BLUE value IS 43 (17.19% from 255) = 16.93%
R=53.54%
G=29.53%
B=16.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.68
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136754300.450.680.4720.6551.9635.1
Hex884B2B02D442F153423
Octal2101135305510457256443
Binary1000100010010111010110101101100010010111110101110100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,75,43); }

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

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

 a { background-color: rgb(136,75,43); }

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

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

 span { border-color: rgb(136,75,43); }

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