Html Css Color HEX #885237 Paarl

📋 copy color: '#885237'

red 136 ◦ green 82 ◦ blue 55

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

Shades of Paarl #885237

Tints of Paarl #885237

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 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

#885237 (or 0x885237) is known color: 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

RGB 136 82 55 -
CMYK 0 0.40 0.60 0.47
HSL 20º 0.42% 0.37% -
HSV(B) 20º 0.6% 0.53% -
XYZ 13.86 11.54 5.11 -
YUV 95.07 105.39 157.2 -
System Red Green Blue C M Y K H S L
Decimal 136 82 55 0 0.40 0.60 0.47 20 0.42 0.37
Hex 88 52 37 0 28 3C 2F 14 2A 25
Octal 210 122 67 0 50 74 57 24 52 45
Binary 10001000 1010010 110111 0 101000 111100 101111 10100 101010 100101

Color Harmonies of #885237

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885237

Black with #885237

Text Example


Text Example

White with #885237

Text Example


Text Example

HTML Codes & Css Web 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>