#884B39

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

Shades of Paarl #884B39

Tints of Paarl #884B39

Color information

#884B39 (or 0x884B39) is unknown color: approx Paarl. HEX triplet: 88, 4B and 39. RGB value is (136,75,57). Sum of RGB (Red+Green+Blue) = 136+75+57=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 75 (29.69% from 255 or 27.99% from 268); Blue value is 57 (22.66% from 255 or 21.27% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884B39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B39 is #77B4C6. Grayscale: #5B5B5B. Windows color (decimal): -7845063 or 3754888. OLE color: 3754888.

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

Color convert

RGB1367557-
CMYK00.450.580.47
HSL13.67º40.93%37.84%-
HSV(B)13.67º58.09%53.33%-
XYZ13.4110.565.2-
YUV91.19108.71159.96-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 75 (29.69% from 255) = 27.99%
BLUE value IS 57 (22.66% from 255) = 21.27%
R=50.75%
G=27.99%
B=21.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.58
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136755700.450.580.4713.6740.9337.84
Hex884B3902D3A2Fe2926
Octal210113710557257165146
Binary10001000100101111100101011011110101011111110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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