Html Css Color HEX #885C39 Potters Clay

📋 copy color: '#885C39'

red 136 ◦ green 92 ◦ blue 57

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

Shades of Potters Clay #885C39

Tints of Potters Clay #885C39

RGB

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

 GREEN value IS 92 (36.33% from 255) = 32.28%

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

R = 47.72%
G = 32.28%
B = 20%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#885C39 (or 0x885C39) is known color: Potters Clay. HEX triplet: 88, 5C and 39. RGB value is (136,92,57). Sum of RGB (Red+Green+Blue) = 136+92+57=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 92 (36.33% from 255 or 32.28% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885C39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C39 is #77A3C6. Grayscale: #656565. Windows color (decimal): -7840711 or 3759240. OLE color: 3759240.

HSL color Cylindrical-coordinate representation of color #885C39: hue angle of 26.58º 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 #885C39 is Cyan = 0, Magento = 0.32, Yellow = 0.58 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 92 57 -
CMYK 0 0.32 0.58 0.47
HSL 26.58º 0.41% 0.38% -
HSV(B) 26.58º 0.58% 0.53% -
XYZ 14.72 13.18 5.64 -
YUV 101.17 103.08 152.85 -
System Red Green Blue C M Y K H S L
Decimal 136 92 57 0 0.32 0.58 0.47 26.58 0.41 0.38
Hex 88 5C 39 0 20 3A 2F 1B 29 26
Octal 210 134 71 0 40 72 57 33 51 46
Binary 10001000 1011100 111001 0 100000 111010 101111 11011 101001 100110

Color Harmonies of #885C39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C39

Black with #885C39

Text Example


Text Example

White with #885C39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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