Html Css Color HEX #885037 Paarl

📋 copy color: '#885037'

red 136 ◦ green 80 ◦ blue 55

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

Shades of Paarl #885037

Tints of Paarl #885037

RGB

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

 GREEN value IS 80 (31.64% from 255) = 29.52%

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

R = 50.18%
G = 29.52%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.60

 K value IS 0.47

RGB Variations

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

Color information

#885037 (or 0x885037) is known color: Paarl. HEX triplet: 88, 50 and 37. RGB value is (136,80,55). Sum of RGB (Red+Green+Blue) = 136+80+55=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 55 (21.88% from 255 or 20.30% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885037 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885037 is #77AFC8. Grayscale: #5E5E5E. Windows color (decimal): -7843785 or 3625096. OLE color: 3625096.

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

Color convert

RGB 136 80 55 -
CMYK 0 0.41 0.60 0.47
HSL 18.52º 0.42% 0.37% -
HSV(B) 18.52º 0.6% 0.53% -
XYZ 13.71 11.25 5.06 -
YUV 93.89 106.05 158.03 -
System Red Green Blue C M Y K H S L
Decimal 136 80 55 0 0.41 0.60 0.47 18.52 0.42 0.37
Hex 88 50 37 0 29 3C 2F 13 2A 25
Octal 210 120 67 0 51 74 57 23 52 45
Binary 10001000 1010000 110111 0 101001 111100 101111 10011 101010 100101

Color Harmonies of #885037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885037

Black with #885037

Text Example


Text Example

White with #885037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885037; }

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

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

background-color css

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

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

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

border-color css

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

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

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