Html Css Color HEX #885034 Paarl

📋 copy color: '#885034'

red 136 ◦ green 80 ◦ blue 52

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

Shades of Paarl #885034

Tints of Paarl #885034

RGB

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

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

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

R = 50.75%
G = 29.85%
B = 19.4%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#885034 (or 0x885034) is known color: Paarl. HEX triplet: 88, 50 and 34. RGB value is (136,80,52). Sum of RGB (Red+Green+Blue) = 136+80+52=268 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.75% from 268); Green value is 80 (31.64% from 255 or 29.85% from 268); Blue value is 52 (20.70% from 255 or 19.40% from 268); Max value from RGB is 136 - color contains mainly: red. Hex color #885034 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885034 is #77AFCB. Grayscale: #5D5D5D. Windows color (decimal): -7843788 or 3428488. OLE color: 3428488.

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

Color convert

RGB 136 80 52 -
CMYK 0 0.41 0.62 0.47
HSL 20º 0.45% 0.37% -
HSV(B) 20º 0.62% 0.53% -
XYZ 13.64 11.22 4.7 -
YUV 93.55 104.55 158.28 -
System Red Green Blue C M Y K H S L
Decimal 136 80 52 0 0.41 0.62 0.47 20 0.45 0.37
Hex 88 50 34 0 29 3E 2F 14 2D 25
Octal 210 120 64 0 51 76 57 24 55 45
Binary 10001000 1010000 110100 0 101001 111110 101111 10100 101101 100101

Color Harmonies of #885034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885034

Black with #885034

Text Example


Text Example

White with #885034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885034; }

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

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

background-color css

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

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

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

border-color css

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

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

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