Html Css Color HEX #885A39 Potters Clay

📋 copy color: '#885A39'

red 136 ◦ green 90 ◦ blue 57

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

Shades of Potters Clay #885A39

Tints of Potters Clay #885A39

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.8%

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

R = 48.06%
G = 31.8%
B = 20.14%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#885A39 (or 0x885A39) is known color: Potters Clay. HEX triplet: 88, 5A and 39. RGB value is (136,90,57). Sum of RGB (Red+Green+Blue) = 136+90+57=283 (37% of max value = 765). Red value is 136 (53.52% from 255 or 48.06% from 283); Green value is 90 (35.55% from 255 or 31.80% from 283); Blue value is 57 (22.66% from 255 or 20.14% from 283); Max value from RGB is 136 - color contains mainly: red. Hex color #885A39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A39 is #77A5C6. Grayscale: #646464. Windows color (decimal): -7841223 or 3758728. OLE color: 3758728.

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

Color convert

RGB 136 90 57 -
CMYK 0 0.34 0.58 0.47
HSL 25.06º 0.41% 0.38% -
HSV(B) 25.06º 0.58% 0.53% -
XYZ 14.55 12.84 5.58 -
YUV 99.99 103.74 153.68 -
System Red Green Blue C M Y K H S L
Decimal 136 90 57 0 0.34 0.58 0.47 25.06 0.41 0.38
Hex 88 5A 39 0 22 3A 2F 19 29 26
Octal 210 132 71 0 42 72 57 31 51 46
Binary 10001000 1011010 111001 0 100010 111010 101111 11001 101001 100110

Color Harmonies of #885A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A39

Black with #885A39

Text Example


Text Example

White with #885A39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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