Html Css Color HEX #885134 Paarl

📋 copy color: '#885134'

red 136 ◦ green 81 ◦ blue 52

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

Shades of Paarl #885134

Tints of Paarl #885134

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 19.33%

R = 50.56%
G = 30.11%
B = 19.33%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#885134 (or 0x885134) is known color: Paarl. HEX triplet: 88, 51 and 34. RGB value is (136,81,52). Sum of RGB (Red+Green+Blue) = 136+81+52=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 81 (32.03% from 255 or 30.11% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885134 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885134 is #77AECB. Grayscale: #5E5E5E. Windows color (decimal): -7843532 or 3428744. OLE color: 3428744.

HSL color Cylindrical-coordinate representation of color #885134: hue angle of 20.71º degrees, saturation: 0.45, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #885134 is Cyan = 0, Magento = 0.40, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 81 52 -
CMYK 0 0.40 0.62 0.47
HSL 20.71º 0.45% 0.37% -
HSV(B) 20.71º 0.62% 0.53% -
XYZ 13.72 11.37 4.72 -
YUV 94.14 104.22 157.86 -
System Red Green Blue C M Y K H S L
Decimal 136 81 52 0 0.40 0.62 0.47 20.71 0.45 0.37
Hex 88 51 34 0 28 3E 2F 15 2D 25
Octal 210 121 64 0 50 76 57 25 55 45
Binary 10001000 1010001 110100 0 101000 111110 101111 10101 101101 100101

Color Harmonies of #885134

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885134

Black with #885134

Text Example


Text Example

White with #885134

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885134; }

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

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

background-color css

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

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

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

border-color css

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

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

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