Html Css Color HEX #885234 Paarl

📋 copy color: '#885234'

red 136 ◦ green 82 ◦ blue 52

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

Shades of Paarl #885234

Tints of Paarl #885234

RGB

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

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

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

R = 50.37%
G = 30.37%
B = 19.26%

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

#885234 (or 0x885234) is known color: Paarl. HEX triplet: 88, 52 and 34. RGB value is (136,82,52). Sum of RGB (Red+Green+Blue) = 136+82+52=270 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.37% from 270); Green value is 82 (32.42% from 255 or 30.37% from 270); Blue value is 52 (20.70% from 255 or 19.26% from 270); Max value from RGB is 136 - color contains mainly: red. Hex color #885234 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885234 is #77ADCB. Grayscale: #5E5E5E. Windows color (decimal): -7843276 or 3429000. OLE color: 3429000.

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

Color convert

RGB 136 82 52 -
CMYK 0 0.40 0.62 0.47
HSL 21.43º 0.45% 0.37% -
HSV(B) 21.43º 0.62% 0.53% -
XYZ 13.79 11.52 4.74 -
YUV 94.73 103.89 157.44 -
System Red Green Blue C M Y K H S L
Decimal 136 82 52 0 0.40 0.62 0.47 21.43 0.45 0.37
Hex 88 52 34 0 28 3E 2F 15 2D 25
Octal 210 122 64 0 50 76 57 25 55 45
Binary 10001000 1010010 110100 0 101000 111110 101111 10101 101101 100101

Color Harmonies of #885234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885234

Black with #885234

Text Example


Text Example

White with #885234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885234; }

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

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

background-color css

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

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

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

border-color css

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

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

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