Html Css Color HEX #885A3F Potters Clay

📋 copy color: '#885A3F'

red 136 ◦ green 90 ◦ blue 63

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

Shades of Potters Clay #885A3F

Tints of Potters Clay #885A3F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 21.8%

R = 47.06%
G = 31.14%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#885A3F (or 0x885A3F) is known color: Potters Clay. HEX triplet: 88, 5A and 3F. RGB value is (136,90,63). Sum of RGB (Red+Green+Blue) = 136+90+63=289 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.06% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 136 - color contains mainly: red. Hex color #885A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A3F is #77A5C0. Grayscale: #646464. Windows color (decimal): -7841217 or 4151944. OLE color: 4151944.

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

Color convert

RGB 136 90 63 -
CMYK 0 0.34 0.54 0.47
HSL 22.19º 0.37% 0.39% -
HSV(B) 22.19º 0.54% 0.53% -
XYZ 14.71 12.91 6.42 -
YUV 100.68 106.74 153.2 -
System Red Green Blue C M Y K H S L
Decimal 136 90 63 0 0.34 0.54 0.47 22.19 0.37 0.39
Hex 88 5A 3F 0 22 36 2F 16 25 27
Octal 210 132 77 0 42 66 57 26 45 47
Binary 10001000 1011010 111111 0 100010 110110 101111 10110 100101 100111

Color Harmonies of #885A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A3F

Black with #885A3F

Text Example


Text Example

White with #885A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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