Html Css Color HEX #885235 Paarl

📋 copy color: '#885235'

red 136 ◦ green 82 ◦ blue 53

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

Shades of Paarl #885235

Tints of Paarl #885235

RGB

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

 GREEN value IS 82 (32.42% from 255) = 30.26%

 BLUE value IS 53 (21.09% from 255) = 19.56%

R = 50.18%
G = 30.26%
B = 19.56%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#885235 (or 0x885235) is known color: Paarl. HEX triplet: 88, 52 and 35. RGB value is (136,82,53). Sum of RGB (Red+Green+Blue) = 136+82+53=271 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.18% from 271); Green value is 82 (32.42% from 255 or 30.26% from 271); Blue value is 53 (21.09% from 255 or 19.56% from 271); Max value from RGB is 136 - color contains mainly: red. Hex color #885235 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885235 is #77ADCA. Grayscale: #5F5F5F. Windows color (decimal): -7843275 or 3494536. OLE color: 3494536.

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

Color convert

RGB 136 82 53 -
CMYK 0 0.40 0.61 0.47
HSL 20.96º 0.44% 0.37% -
HSV(B) 20.96º 0.61% 0.53% -
XYZ 13.81 11.53 4.86 -
YUV 94.84 104.39 157.36 -
System Red Green Blue C M Y K H S L
Decimal 136 82 53 0 0.40 0.61 0.47 20.96 0.44 0.37
Hex 88 52 35 0 28 3D 2F 15 2C 25
Octal 210 122 65 0 50 75 57 25 54 45
Binary 10001000 1010010 110101 0 101000 111101 101111 10101 101100 100101

Color Harmonies of #885235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885235

Black with #885235

Text Example


Text Example

White with #885235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885235; }

 p { color: rgb(136,82,53); }

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

background-color css

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

 a { background-color: rgb(136,82,53); }

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

border-color css

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

 span { border-color: rgb(136,82,53); }

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