#885236

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

Shades of Paarl #885236

Tints of Paarl #885236

Color information

#885236 (or 0x885236) is unknown color: approx Paarl. HEX triplet: 88, 52 and 36. RGB value is (136,82,54). Sum of RGB (Red+Green+Blue) = 136+82+54=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 82 (32.42% from 255 or 30.15% from 272); Blue value is 54 (21.48% from 255 or 19.85% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885236 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885236 is #77ADC9. Grayscale: #5F5F5F. Windows color (decimal): -7843274 or 3560072. OLE color: 3560072.

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

Color convert

RGB1368254-
CMYK00.400.600.47
HSL20.49º43.16%37.25%-
HSV(B)20.49º60.29%53.33%-
XYZ13.8411.544.99-
YUV94.95104.89157.28-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 50%
GREEN value IS 82 (32.42% from 255) = 30.15%
BLUE value IS 54 (21.48% from 255) = 19.85%
R=50%
G=30.15%
B=19.85%

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
Decimal136825400.400.600.4720.4943.1637.25
Hex8852360283C2F142b25
Octal210122660507457245345
Binary100010001010010110110010100011110010111110100101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #885236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #885236; }

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

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

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

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

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

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

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

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