Html Css Color HEX #855C40 Potters Clay

📋 copy color: '#855C40'

red 133 ◦ green 92 ◦ blue 64

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

Shades of Potters Clay #855C40

Tints of Potters Clay #855C40

RGB

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

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

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

R = 46.02%
G = 31.83%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.52

 K value IS 0.48

RGB Variations

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

Color information

#855C40 (or 0x855C40) is known color: Potters Clay. HEX triplet: 85, 5C and 40. RGB value is (133,92,64). Sum of RGB (Red+Green+Blue) = 133+92+64=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 92 (36.33% from 255 or 31.83% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855C40 is #7AA3BF. Grayscale: #656565. Windows color (decimal): -8037312 or 4217989. OLE color: 4217989.

HSL color Cylindrical-coordinate representation of color #855C40: hue angle of 24.35º 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 #855C40 is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 92 64 -
CMYK 0 0.31 0.52 0.48
HSL 24.35º 0.35% 0.39% -
HSV(B) 24.35º 0.52% 0.52% -
XYZ 14.43 13.01 6.6 -
YUV 101.07 107.08 150.78 -
System Red Green Blue C M Y K H S L
Decimal 133 92 64 0 0.31 0.52 0.48 24.35 0.35 0.39
Hex 85 5C 40 0 1F 34 30 18 23 27
Octal 205 134 100 0 37 64 60 30 43 47
Binary 10000101 1011100 1000000 0 11111 110100 110000 11000 100011 100111

Color Harmonies of #855C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855C40

Black with #855C40

Text Example


Text Example

White with #855C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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