Html Css Color HEX #885233 Paarl

📋 copy color: '#885233'

red 136 ◦ green 82 ◦ blue 51

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

Shades of Paarl #885233

Tints of Paarl #885233

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 18.96%

R = 50.56%
G = 30.48%
B = 18.96%

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

#885233 (or 0x885233) is known color: Paarl. HEX triplet: 88, 52 and 33. RGB value is (136,82,51). Sum of RGB (Red+Green+Blue) = 136+82+51=269 (35% of max value = 765). Red value is 136 (53.52% from 255 or 50.56% from 269); Green value is 82 (32.42% from 255 or 30.48% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 136 - color contains mainly: red. Hex color #885233 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885233 is #77ADCC. Grayscale: #5E5E5E. Windows color (decimal): -7843277 or 3363464. OLE color: 3363464.

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

Color convert

RGB 136 82 51 -
CMYK 0 0.40 0.62 0.47
HSL 21.88º 0.45% 0.37% -
HSV(B) 21.88º 0.63% 0.53% -
XYZ 13.77 11.51 4.63 -
YUV 94.61 103.39 157.52 -
System Red Green Blue C M Y K H S L
Decimal 136 82 51 0 0.40 0.62 0.47 21.88 0.45 0.37
Hex 88 52 33 0 28 3E 2F 16 2D 25
Octal 210 122 63 0 50 76 57 26 55 45
Binary 10001000 1010010 110011 0 101000 111110 101111 10110 101101 100101

Color Harmonies of #885233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885233

Black with #885233

Text Example


Text Example

White with #885233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885233; }

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

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

background-color css

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

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

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

border-color css

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

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

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