Html Css Color HEX #885E3C Potters Clay

📋 copy color: '#885E3C'

red 136 ◦ green 94 ◦ blue 60

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

Shades of Potters Clay #885E3C

Tints of Potters Clay #885E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 20.69%

R = 46.9%
G = 32.41%
B = 20.69%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#885E3C (or 0x885E3C) is known color: Potters Clay. HEX triplet: 88, 5E and 3C. RGB value is (136,94,60). Sum of RGB (Red+Green+Blue) = 136+94+60=290 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.90% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 60 (23.83% from 255 or 20.69% from 290); Max value from RGB is 136 - color contains mainly: red. Hex color #885E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885E3C is #77A1C3. Grayscale: #666666. Windows color (decimal): -7840196 or 3956360. OLE color: 3956360.

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

Color convert

RGB 136 94 60 -
CMYK 0 0.31 0.56 0.47
HSL 26.84º 0.39% 0.38% -
HSV(B) 26.84º 0.56% 0.53% -
XYZ 14.97 13.57 6.1 -
YUV 102.68 103.91 151.76 -
System Red Green Blue C M Y K H S L
Decimal 136 94 60 0 0.31 0.56 0.47 26.84 0.39 0.38
Hex 88 5E 3C 0 1F 38 2F 1B 27 26
Octal 210 136 74 0 37 70 57 33 47 46
Binary 10001000 1011110 111100 0 11111 111000 101111 11011 100111 100110

Color Harmonies of #885E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885E3C

Black with #885E3C

Text Example


Text Example

White with #885E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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