Html Css Color HEX #885B39 Potters Clay

📋 copy color: '#885B39'

red 136 ◦ green 91 ◦ blue 57

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

Shades of Potters Clay #885B39

Tints of Potters Clay #885B39

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.04%

 BLUE value IS 57 (22.66% from 255) = 20.07%

R = 47.89%
G = 32.04%
B = 20.07%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#885B39 (or 0x885B39) is known color: Potters Clay. HEX triplet: 88, 5B and 39. RGB value is (136,91,57). Sum of RGB (Red+Green+Blue) = 136+91+57=284 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.89% from 284); Green value is 91 (35.94% from 255 or 32.04% from 284); Blue value is 57 (22.66% from 255 or 20.07% from 284); Max value from RGB is 136 - color contains mainly: red. Hex color #885B39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885B39 is #77A4C6. Grayscale: #646464. Windows color (decimal): -7840967 or 3758984. OLE color: 3758984.

HSL color Cylindrical-coordinate representation of color #885B39: hue angle of 25.82º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #885B39 is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 91 57 -
CMYK 0 0.33 0.58 0.47
HSL 25.82º 0.41% 0.38% -
HSV(B) 25.82º 0.58% 0.53% -
XYZ 14.63 13.01 5.61 -
YUV 100.58 103.41 153.26 -
System Red Green Blue C M Y K H S L
Decimal 136 91 57 0 0.33 0.58 0.47 25.82 0.41 0.38
Hex 88 5B 39 0 21 3A 2F 1A 29 26
Octal 210 133 71 0 41 72 57 32 51 46
Binary 10001000 1011011 111001 0 100001 111010 101111 11010 101001 100110

Color Harmonies of #885B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885B39

Black with #885B39

Text Example


Text Example

White with #885B39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #885B39; }

 p { color: rgb(136,91,57); }

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

background-color css

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

 a { background-color: rgb(136,91,57); }

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

border-color css

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

 span { border-color: rgb(136,91,57); }

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