Html Css Color HEX #885136 Paarl

📋 copy color: '#885136'

red 136 ◦ green 81 ◦ blue 54

#885136
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Paarl #885136

Tints of Paarl #885136

RGB

 RED value IS 136 (53.52% from 255) = 50.18%

 GREEN value IS 81 (32.03% from 255) = 29.89%

 BLUE value IS 54 (21.48% from 255) = 19.93%

R = 50.18%
G = 29.89%
B = 19.93%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#885136 (or 0x885136) is known color: Paarl. HEX triplet: 88, 51 and 36. RGB value is (136,81,54). Sum of RGB (Red+Green+Blue) = 136+81+54=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 81 (32.03% from 255 or 29.89% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885136 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885136 is #77AEC9. Grayscale: #5E5E5E. Windows color (decimal): -7843530 or 3559816. OLE color: 3559816.

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

Color convert

RGB 136 81 54 -
CMYK 0 0.40 0.60 0.47
HSL 19.76º 0.43% 0.37% -
HSV(B) 19.76º 0.6% 0.53% -
XYZ 13.76 11.39 4.96 -
YUV 94.37 105.22 157.7 -
System Red Green Blue C M Y K H S L
Decimal 136 81 54 0 0.40 0.60 0.47 19.76 0.43 0.37
Hex 88 51 36 0 28 3C 2F 14 2B 25
Octal 210 121 66 0 50 74 57 24 53 45
Binary 10001000 1010001 110110 0 101000 111100 101111 10100 101011 100101

Color Harmonies of #885136

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885136

Black with #885136

Text Example


Text Example

White with #885136

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885136; }

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

 H1.HeaderClassName
 {
   color: #885136;
 }
 .AnyTagClassName
 {
   color: #885136;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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