#884B2F

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

Shades of Paarl #884B2F

Tints of Paarl #884B2F

Color information

#884B2F (or 0x884B2F) is unknown color: approx Paarl. HEX triplet: 88, 4B and 2F. RGB value is (136,75,47). Sum of RGB (Red+Green+Blue) = 136+75+47=258 (34% of max value = 765). Red value is 136 (53.52% from 255 or 52.71% from 258); Green value is 75 (29.69% from 255 or 29.07% from 258); Blue value is 47 (18.75% from 255 or 18.22% from 258); Max value from RGB is 136 - color contains mainly: red. Hex color #884B2F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B2F is #77B4D0. Grayscale: #5A5A5A. Windows color (decimal): -7845073 or 3099528. OLE color: 3099528.

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

Color convert

RGB1367547-
CMYK00.450.650.47
HSL18.88º48.63%35.88%-
HSV(B)18.88º65.44%53.33%-
XYZ13.1810.474.02-
YUV90.05103.71160.78-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 52.71%
GREEN value IS 75 (29.69% from 255) = 29.07%
BLUE value IS 47 (18.75% from 255) = 18.22%
R=52.71%
G=29.07%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.65
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136754700.450.650.4718.8848.6335.88
Hex884B2F02D412F133124
Octal2101135705510157236144
Binary1000100010010111011110101101100000110111110011110001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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