Html Css Color HEX #855E3C Potters Clay

📋 copy color: '#855E3C'

red 133 ◦ green 94 ◦ blue 60

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

Shades of Potters Clay #855E3C

Tints of Potters Clay #855E3C

RGB

 RED value IS 133 (52.34% from 255) = 46.34%

 GREEN value IS 94 (37.11% from 255) = 32.75%

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

R = 46.34%
G = 32.75%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#855E3C (or 0x855E3C) is known color: Potters Clay. HEX triplet: 85, 5E and 3C. RGB value is (133,94,60). Sum of RGB (Red+Green+Blue) = 133+94+60=287 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.34% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 133 - color contains mainly: red. Hex color #855E3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855E3C is #7AA1C3. Grayscale: #656565. Windows color (decimal): -8036804 or 3956357. OLE color: 3956357.

HSL color Cylindrical-coordinate representation of color #855E3C: hue angle of 27.95º degrees, saturation: 0.38, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #855E3C is Cyan = 0, Magento = 0.29, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 94 60 -
CMYK 0 0.29 0.55 0.48
HSL 27.95º 0.38% 0.38% -
HSV(B) 27.95º 0.55% 0.52% -
XYZ 14.49 13.32 6.08 -
YUV 101.79 104.42 150.26 -
System Red Green Blue C M Y K H S L
Decimal 133 94 60 0 0.29 0.55 0.48 27.95 0.38 0.38
Hex 85 5E 3C 0 1D 37 30 1C 26 26
Octal 205 136 74 0 35 67 60 34 46 46
Binary 10000101 1011110 111100 0 11101 110111 110000 11100 100110 100110

Color Harmonies of #855E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855E3C

Black with #855E3C

Text Example


Text Example

White with #855E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855E3C; }

 p { color: rgb(133,94,60); }

 H1.HeaderClassName
 {
   color: #855E3C;
 }
 .AnyTagClassName
 {
   color: #855E3C;
 }
</style>

background-color css

<style>
 a { background-color: #855E3C; }

 a { background-color: rgb(133,94,60); }

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

border-color css

<style>
 span { border-color: #855E3C; }

 span { border-color: rgb(133,94,60); }

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