Html Css Color HEX #885137 Paarl

📋 copy color: '#885137'

red 136 ◦ green 81 ◦ blue 55

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

Shades of Paarl #885137

Tints of Paarl #885137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 20.22%

R = 50%
G = 29.78%
B = 20.22%

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

#885137 (or 0x885137) is known color: Paarl. HEX triplet: 88, 51 and 37. RGB value is (136,81,55). Sum of RGB (Red+Green+Blue) = 136+81+55=272 (36% of max value = 765). Red value is 136 (53.52% from 255 or 50% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 55 (21.88% from 255 or 20.22% from 272); Max value from RGB is 136 - color contains mainly: red. Hex color #885137 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885137 is #77AEC8. Grayscale: #5E5E5E. Windows color (decimal): -7843529 or 3625352. OLE color: 3625352.

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

Color convert

RGB 136 81 55 -
CMYK 0 0.40 0.60 0.47
HSL 19.26º 0.42% 0.37% -
HSV(B) 19.26º 0.6% 0.53% -
XYZ 13.79 11.39 5.09 -
YUV 94.48 105.72 157.61 -
System Red Green Blue C M Y K H S L
Decimal 136 81 55 0 0.40 0.60 0.47 19.26 0.42 0.37
Hex 88 51 37 0 28 3C 2F 13 2A 25
Octal 210 121 67 0 50 74 57 23 52 45
Binary 10001000 1010001 110111 0 101000 111100 101111 10011 101010 100101

Color Harmonies of #885137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885137

Black with #885137

Text Example


Text Example

White with #885137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885137; }

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

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

background-color css

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

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

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

border-color css

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

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

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