#884C38

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

Shades of Paarl #884C38

Tints of Paarl #884C38

Color information

#884C38 (or 0x884C38) is unknown color: approx Paarl. HEX triplet: 88, 4C and 38. RGB value is (136,76,56). Sum of RGB (Red+Green+Blue) = 136+76+56=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 76 (30.08% from 255 or 28.36% from 268); Blue value is 56 (22.27% from 255 or 20.90% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #884C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884C38 is #77B3C7. Grayscale: #5B5B5B. Windows color (decimal): -7844808 or 3689608. OLE color: 3689608.

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

Color convert

RGB1367656-
CMYK00.440.590.47
HSL15º41.67%37.65%-
HSV(B)15º58.82%53.33%-
XYZ13.4510.695.1-
YUV91.66107.88159.63-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50.75%
GREEN value IS 76 (30.08% from 255) = 28.36%
BLUE value IS 56 (22.27% from 255) = 20.90%
R=50.75%
G=28.36%
B=20.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136765600.440.590.471541.6737.65
Hex884C3802C3B2Ff2a26
Octal210114700547357175246
Binary10001000100110011100001011001110111011111111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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