Html Css Color HEX #885A3B Potters Clay

📋 copy color: '#885A3B'

red 136 ◦ green 90 ◦ blue 59

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

Shades of Potters Clay #885A3B

Tints of Potters Clay #885A3B

RGB

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

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

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

R = 47.72%
G = 31.58%
B = 20.7%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#885A3B (or 0x885A3B) is known color: Potters Clay. HEX triplet: 88, 5A and 3B. RGB value is (136,90,59). Sum of RGB (Red+Green+Blue) = 136+90+59=285 (37% of max value = 765). Red value is 136 (53.52% from 255 or 47.72% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 59 (23.44% from 255 or 20.70% from 285); Max value from RGB is 136 - color contains mainly: red. Hex color #885A3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885A3B is #77A5C4. Grayscale: #646464. Windows color (decimal): -7841221 or 3889800. OLE color: 3889800.

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

Color convert

RGB 136 90 59 -
CMYK 0 0.34 0.57 0.47
HSL 24.16º 0.39% 0.38% -
HSV(B) 24.16º 0.57% 0.53% -
XYZ 14.6 12.86 5.85 -
YUV 100.22 104.74 153.52 -
System Red Green Blue C M Y K H S L
Decimal 136 90 59 0 0.34 0.57 0.47 24.16 0.39 0.38
Hex 88 5A 3B 0 22 39 2F 18 27 26
Octal 210 132 73 0 42 71 57 30 47 46
Binary 10001000 1011010 111011 0 100010 111001 101111 11000 100111 100110

Color Harmonies of #885A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885A3B

Black with #885A3B

Text Example


Text Example

White with #885A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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