#885237

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

Shades of Paarl #885237

Tints of Paarl #885237

Color information

#885237 (or 0x885237) is unknown color: approx Paarl. HEX triplet: 88, 52 and 37. RGB value is (136,82,55). Sum of RGB (Red+Green+Blue) = 136+82+55=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 82 (32.42% from 255 or 30.04% from 273); Blue value is 55 (21.88% from 255 or 20.15% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885237 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885237 is #77ADC8. Grayscale: #5F5F5F. Windows color (decimal): -7843273 or 3625608. OLE color: 3625608.

HSL color Cylindrical-coordinate representation of color #885237: hue angle of 20º 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 #885237 is Cyan = 0, Magento = 0.40, Yellow = 0.60 and Black (K on CMYK) = 0.47.

Color convert

RGB1368255-
CMYK00.400.600.47
HSL20º42.41%37.45%-
HSV(B)20º59.56%53.33%-
XYZ13.8611.545.11-
YUV95.07105.39157.2-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 49.82%
GREEN value IS 82 (32.42% from 255) = 30.04%
BLUE value IS 55 (21.88% from 255) = 20.15%
R=49.82%
G=30.04%
B=20.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.60
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal136825500.400.600.472042.4137.45
Hex8852370283C2F142a25
Octal210122670507457245245
Binary100010001010010110111010100011110010111110100101010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885237

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885237; }

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

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

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

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

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

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

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

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