Html Css Color HEX #885238 Paarl

📋 copy color: '#885238'

red 136 ◦ green 82 ◦ blue 56

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

Shades of Paarl #885238

Tints of Paarl #885238

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 49.64%
G = 29.93%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#885238 (or 0x885238) is known color: Paarl. HEX triplet: 88, 52 and 38. RGB value is (136,82,56). Sum of RGB (Red+Green+Blue) = 136+82+56=274 (36% of max value = 765). Red value is 136 (53.52% from 255 or 49.64% from 274); Green value is 82 (32.42% from 255 or 29.93% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 136 - color contains mainly: red. Hex color #885238 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885238 is #77ADC7. Grayscale: #5F5F5F. Windows color (decimal): -7843272 or 3691144. OLE color: 3691144.

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

Color convert

RGB 136 82 56 -
CMYK 0 0.40 0.59 0.47
HSL 19.5º 0.42% 0.38% -
HSV(B) 19.5º 0.59% 0.53% -
XYZ 13.88 11.55 5.24 -
YUV 95.18 105.89 157.11 -
System Red Green Blue C M Y K H S L
Decimal 136 82 56 0 0.40 0.59 0.47 19.5 0.42 0.38
Hex 88 52 38 0 28 3B 2F 14 2A 26
Octal 210 122 70 0 50 73 57 24 52 46
Binary 10001000 1010010 111000 0 101000 111011 101111 10100 101010 100110

Color Harmonies of #885238

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885238

Black with #885238

Text Example


Text Example

White with #885238

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885238; }

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

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

background-color css

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

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

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

border-color css

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

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

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