Html Css Color HEX #885C41 Potters Clay

📋 copy color: '#885C41'

red 136 ◦ green 92 ◦ blue 65

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

Shades of Potters Clay #885C41

Tints of Potters Clay #885C41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.18%

R = 46.42%
G = 31.4%
B = 22.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885C41 (or 0x885C41) is known color: Potters Clay. HEX triplet: 88, 5C and 41. RGB value is (136,92,65). Sum of RGB (Red+Green+Blue) = 136+92+65=293 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.42% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 136 - color contains mainly: red. Hex color #885C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C41 is #77A3BE. Grayscale: #666666. Windows color (decimal): -7840703 or 4283528. OLE color: 4283528.

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

Color convert

RGB 136 92 65 -
CMYK 0 0.32 0.52 0.47
HSL 22.82º 0.35% 0.39% -
HSV(B) 22.82º 0.52% 0.53% -
XYZ 14.93 13.27 6.78 -
YUV 102.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 136 92 65 0 0.32 0.52 0.47 22.82 0.35 0.39
Hex 88 5C 41 0 20 34 2F 17 23 27
Octal 210 134 101 0 40 64 57 27 43 47
Binary 10001000 1011100 1000001 0 100000 110100 101111 10111 100011 100111

Color Harmonies of #885C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C41

Black with #885C41

Text Example


Text Example

White with #885C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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