Html Css Color HEX #855D3F Potters Clay

📋 copy color: '#855D3F'

red 133 ◦ green 93 ◦ blue 63

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

Shades of Potters Clay #855D3F

Tints of Potters Clay #855D3F

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.18%

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

R = 46.02%
G = 32.18%
B = 21.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#855D3F (or 0x855D3F) is known color: Potters Clay. HEX triplet: 85, 5D and 3F. RGB value is (133,93,63). Sum of RGB (Red+Green+Blue) = 133+93+63=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 93 (36.72% from 255 or 32.18% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3F is #7AA2C0. Grayscale: #656565. Windows color (decimal): -8037057 or 4152709. OLE color: 4152709.

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

Color convert

RGB 133 93 63 -
CMYK 0 0.30 0.53 0.48
HSL 25.71º 0.36% 0.38% -
HSV(B) 25.71º 0.53% 0.52% -
XYZ 14.48 13.17 6.48 -
YUV 101.54 106.25 150.44 -
System Red Green Blue C M Y K H S L
Decimal 133 93 63 0 0.30 0.53 0.48 25.71 0.36 0.38
Hex 85 5D 3F 0 1E 35 30 1A 24 26
Octal 205 135 77 0 36 65 60 32 44 46
Binary 10000101 1011101 111111 0 11110 110101 110000 11010 100100 100110

Color Harmonies of #855D3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D3F

Black with #855D3F

Text Example


Text Example

White with #855D3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,93,63); }

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

background-color css

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

 a { background-color: rgb(133,93,63); }

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

border-color css

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

 span { border-color: rgb(133,93,63); }

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