Html Css Color HEX #885A41 Potters Clay

📋 copy color: '#885A41'

red 136 ◦ green 90 ◦ blue 65

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

Shades of Potters Clay #885A41

Tints of Potters Clay #885A41

RGB

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

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

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

R = 46.74%
G = 30.93%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#885A41 (or 0x885A41) is known color: Potters Clay. HEX triplet: 88, 5A and 41. RGB value is (136,90,65). Sum of RGB (Red+Green+Blue) = 136+90+65=291 (38% of max value = 765). Red value is 136 (53.52% from 255 or 46.74% from 291); Green value is 90 (35.55% from 255 or 30.93% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 136 - color contains mainly: red. Hex color #885A41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A41 is #77A5BE. Grayscale: #656565. Windows color (decimal): -7841215 or 4283016. OLE color: 4283016.

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

Color convert

RGB 136 90 65 -
CMYK 0 0.34 0.52 0.47
HSL 21.13º 0.35% 0.39% -
HSV(B) 21.13º 0.52% 0.53% -
XYZ 14.76 12.93 6.72 -
YUV 100.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 136 90 65 0 0.34 0.52 0.47 21.13 0.35 0.39
Hex 88 5A 41 0 22 34 2F 15 23 27
Octal 210 132 101 0 42 64 57 25 43 47
Binary 10001000 1011010 1000001 0 100010 110100 101111 10101 100011 100111

Color Harmonies of #885A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A41

Black with #885A41

Text Example


Text Example

White with #885A41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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