Html Css Color HEX #885139 Paarl

📋 copy color: '#885139'

red 136 ◦ green 81 ◦ blue 57

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

Shades of Paarl #885139

Tints of Paarl #885139

RGB

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

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

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

R = 49.64%
G = 29.56%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#885139 (or 0x885139) is known color: Paarl. HEX triplet: 88, 51 and 39. RGB value is (136,81,57). Sum of RGB (Red+Green+Blue) = 136+81+57=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 81 (32.03% from 255 or 29.56% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885139 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885139 is #77AEC6. Grayscale: #5E5E5E. Windows color (decimal): -7843527 or 3756424. OLE color: 3756424.

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

Color convert

RGB 136 81 57 -
CMYK 0 0.40 0.58 0.47
HSL 18.23º 0.41% 0.38% -
HSV(B) 18.23º 0.58% 0.53% -
XYZ 13.83 11.41 5.34 -
YUV 94.71 106.72 157.45 -
System Red Green Blue C M Y K H S L
Decimal 136 81 57 0 0.40 0.58 0.47 18.23 0.41 0.38
Hex 88 51 39 0 28 3A 2F 12 29 26
Octal 210 121 71 0 50 72 57 22 51 46
Binary 10001000 1010001 111001 0 101000 111010 101111 10010 101001 100110

Color Harmonies of #885139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885139

Black with #885139

Text Example


Text Example

White with #885139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885139; }

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

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

background-color css

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

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

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

border-color css

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

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

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