Html Css Color HEX #885C3C Potters Clay

📋 copy color: '#885C3C'

red 136 ◦ green 92 ◦ blue 60

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

Shades of Potters Clay #885C3C

Tints of Potters Clay #885C3C

RGB

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

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

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

R = 47.22%
G = 31.94%
B = 20.83%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#885C3C (or 0x885C3C) is known color: Potters Clay. HEX triplet: 88, 5C and 3C. RGB value is (136,92,60). Sum of RGB (Red+Green+Blue) = 136+92+60=288 (38% of max value = 765). Red value is 136 (53.52% from 255 or 47.22% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 60 (23.83% from 255 or 20.83% from 288); Max value from RGB is 136 - color contains mainly: red. Hex color #885C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #885C3C is #77A3C3. Grayscale: #656565. Windows color (decimal): -7840708 or 3955848. OLE color: 3955848.

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

Color convert

RGB 136 92 60 -
CMYK 0 0.32 0.56 0.47
HSL 25.26º 0.39% 0.38% -
HSV(B) 25.26º 0.56% 0.53% -
XYZ 14.8 13.21 6.05 -
YUV 101.51 104.58 152.6 -
System Red Green Blue C M Y K H S L
Decimal 136 92 60 0 0.32 0.56 0.47 25.26 0.39 0.38
Hex 88 5C 3C 0 20 38 2F 19 27 26
Octal 210 134 74 0 40 70 57 31 47 46
Binary 10001000 1011100 111100 0 100000 111000 101111 11001 100111 100110

Color Harmonies of #885C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #885C3C

Black with #885C3C

Text Example


Text Example

White with #885C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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