#884B35

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

Shades of Paarl #884B35

Tints of Paarl #884B35

Color information

#884B35 (or 0x884B35) is unknown color: approx Paarl. HEX triplet: 88, 4B and 35. RGB value is (136,75,53). Sum of RGB (Red+Green+Blue) = 136+75+53=264 (34% of max value = 765). Red value is 136 (53.52% from 255 or 51.52% from 264); Green value is 75 (29.69% from 255 or 28.41% from 264); Blue value is 53 (21.09% from 255 or 20.08% from 264); Max value from RGB is 136 - color contains mainly: red. Hex color #884B35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884B35 is #77B4CA. Grayscale: #5A5A5A. Windows color (decimal): -7845067 or 3492744. OLE color: 3492744.

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

Color convert

RGB1367553-
CMYK00.450.610.47
HSL15.9º43.92%37.06%-
HSV(B)15.9º61.03%53.33%-
XYZ13.3110.524.7-
YUV90.73106.71160.29-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.52%
GREEN value IS 75 (29.69% from 255) = 28.41%
BLUE value IS 53 (21.09% from 255) = 20.08%
R=51.52%
G=28.41%
B=20.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136755300.450.610.4715.943.9237.06
Hex884B3502D3D2F102c25
Octal210113650557557205445
Binary100010001001011110101010110111110110111110000101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884B35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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