Html Css Color HEX #885E3B Potters Clay

📋 copy color: '#885E3B'

red 136 ◦ green 94 ◦ blue 59

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

Shades of Potters Clay #885E3B

Tints of Potters Clay #885E3B

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.53%

 BLUE value IS 59 (23.44% from 255) = 20.42%

R = 47.06%
G = 32.53%
B = 20.42%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#885E3B (or 0x885E3B) is known color: Potters Clay. HEX triplet: 88, 5E and 3B. RGB value is (136,94,59). Sum of RGB (Red+Green+Blue) = 136+94+59=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 59 (23.44% from 255 or 20.42% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885E3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E3B is #77A1C4. Grayscale: #666666. Windows color (decimal): -7840197 or 3890824. OLE color: 3890824.

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

Color convert

RGB 136 94 59 -
CMYK 0 0.31 0.57 0.47
HSL 27.27º 0.39% 0.38% -
HSV(B) 27.27º 0.57% 0.53% -
XYZ 14.95 13.56 5.97 -
YUV 102.57 103.41 151.85 -
System Red Green Blue C M Y K H S L
Decimal 136 94 59 0 0.31 0.57 0.47 27.27 0.39 0.38
Hex 88 5E 3B 0 1F 39 2F 1B 27 26
Octal 210 136 73 0 37 71 57 33 47 46
Binary 10001000 1011110 111011 0 11111 111001 101111 11011 100111 100110

Color Harmonies of #885E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E3B

Black with #885E3B

Text Example


Text Example

White with #885E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(136,94,59); }

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

background-color css

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

 a { background-color: rgb(136,94,59); }

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

border-color css

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

 span { border-color: rgb(136,94,59); }

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