#884A37

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

Shades of Paarl #884A37

Tints of Paarl #884A37

Color information

#884A37 (or 0x884A37) is unknown color: approx Paarl. HEX triplet: 88, 4A and 37. RGB value is (136,74,55). Sum of RGB (Red+Green+Blue) = 136+74+55=265 (35% of max value = 765). Red value is 136 (53.52% from 255 or 51.32% from 265); Green value is 74 (29.30% from 255 or 27.92% from 265); Blue value is 55 (21.88% from 255 or 20.75% from 265); Max value from RGB is 136 - color contains mainly: red. Hex color #884A37 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #884A37 is #77B5C8. Grayscale: #5A5A5A. Windows color (decimal): -7845321 or 3623560. OLE color: 3623560.

HSL color Cylindrical-coordinate representation of color #884A37: hue angle of 14.07º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #884A37 is Cyan = 0, Magento = 0.46, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1367455-
CMYK00.460.600.47
HSL14.07º42.41%37.45%-
HSV(B)14.07º59.56%53.33%-
XYZ13.2910.414.92-
YUV90.37108.04160.54-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 51.32%
GREEN value IS 74 (29.30% from 255) = 27.92%
BLUE value IS 55 (21.88% from 255) = 20.75%
R=51.32%
G=27.92%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136745500.460.600.4714.0742.4137.45
Hex884A3702E3C2Fe2a25
Octal210112670567457165245
Binary10001000100101011011101011101111001011111110101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #884A37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(136,74,55); }

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

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

 a { background-color: rgb(136,74,55); }

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

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

 span { border-color: rgb(136,74,55); }

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