Html Css Color HEX #855D40 Potters Clay

📋 copy color: '#855D40'

red 133 ◦ green 93 ◦ blue 64

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

Shades of Potters Clay #855D40

Tints of Potters Clay #855D40

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 22.07%

R = 45.86%
G = 32.07%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855D40 (or 0x855D40) is known color: Potters Clay. HEX triplet: 85, 5D and 40. RGB value is (133,93,64). Sum of RGB (Red+Green+Blue) = 133+93+64=290 (38% of max value = 765). Red value is 133 (52.34% from 255 or 45.86% from 290); Green value is 93 (36.72% from 255 or 32.07% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 133 - color contains mainly: red. Hex color #855D40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D40 is #7AA2BF. Grayscale: #656565. Windows color (decimal): -8037056 or 4218245. OLE color: 4218245.

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

Color convert

RGB 133 93 64 -
CMYK 0 0.30 0.52 0.48
HSL 25.22º 0.35% 0.39% -
HSV(B) 25.22º 0.52% 0.52% -
XYZ 14.51 13.19 6.63 -
YUV 101.65 106.75 150.36 -
System Red Green Blue C M Y K H S L
Decimal 133 93 64 0 0.30 0.52 0.48 25.22 0.35 0.39
Hex 85 5D 40 0 1E 34 30 19 23 27
Octal 205 135 100 0 36 64 60 31 43 47
Binary 10000101 1011101 1000000 0 11110 110100 110000 11001 100011 100111

Color Harmonies of #855D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855D40

Black with #855D40

Text Example


Text Example

White with #855D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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