#884C35

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

Shades of Paarl #884C35

Tints of Paarl #884C35

Color information

#884C35 (or 0x884C35) is unknown color: approx Paarl. HEX triplet: 88, 4C and 35. RGB value is (136,76,53). Sum of RGB (Red+Green+Blue) = 136+76+53=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 76 (30.08% from 255 or 28.68% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884C35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C35 is #77B3CA. Grayscale: #5B5B5B. Windows color (decimal): -7844811 or 3493000. OLE color: 3493000.

HSL color Cylindrical-coordinate representation of color #884C35: hue angle of 16.63º 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 #884C35 is Cyan = 0, Magento = 0.44, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB1367653-
CMYK00.440.610.47
HSL16.63º43.92%37.06%-
HSV(B)16.63º61.03%53.33%-
XYZ13.3810.664.72-
YUV91.32106.38159.87-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 76 (30.08% from 255) = 28.68%
BLUE value IS 53 (21.09% from 255) = 20%
R=51.32%
G=28.68%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.61
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136765300.440.610.4716.6343.9237.06
Hex884C3502C3D2F112c25
Octal210114650547557215445
Binary100010001001100110101010110011110110111110001101100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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