Html Css Color HEX #885039 Paarl

📋 copy color: '#885039'

red 136 ◦ green 80 ◦ blue 57

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

Shades of Paarl #885039

Tints of Paarl #885039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.88%

R = 49.82%
G = 29.3%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#885039 (or 0x885039) is known color: Paarl. HEX triplet: 88, 50 and 39. RGB value is (136,80,57). Sum of RGB (Red+Green+Blue) = 136+80+57=273 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.82% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 57 (22.66% from 255 or 20.88% from 273); Max value from RGB is 136 - color contains mainly: red. Hex color #885039 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885039 is #77AFC6. Grayscale: #5E5E5E. Windows color (decimal): -7843783 or 3756168. OLE color: 3756168.

HSL color Cylindrical-coordinate representation of color #885039: hue angle of 17.47º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885039 is Cyan = 0, Magento = 0.41, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 80 57 -
CMYK 0 0.41 0.58 0.47
HSL 17.47º 0.41% 0.38% -
HSV(B) 17.47º 0.58% 0.53% -
XYZ 13.76 11.27 5.32 -
YUV 94.12 107.05 157.87 -
System Red Green Blue C M Y K H S L
Decimal 136 80 57 0 0.41 0.58 0.47 17.47 0.41 0.38
Hex 88 50 39 0 29 3A 2F 11 29 26
Octal 210 120 71 0 51 72 57 21 51 46
Binary 10001000 1010000 111001 0 101001 111010 101111 10001 101001 100110

Color Harmonies of #885039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885039

Black with #885039

Text Example


Text Example

White with #885039

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885039; }

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

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

background-color css

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

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

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

border-color css

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

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

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