Html Css Color HEX #855942 Potters Clay

📋 copy color: '#855942'

red 133 ◦ green 89 ◦ blue 66

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

Shades of Potters Clay #855942

Tints of Potters Clay #855942

RGB

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

 GREEN value IS 89 (35.16% from 255) = 30.9%

 BLUE value IS 66 (26.17% from 255) = 22.92%

R = 46.18%
G = 30.9%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855942 (or 0x855942) is known color: Potters Clay. HEX triplet: 85, 59 and 42. RGB value is (133,89,66). Sum of RGB (Red+Green+Blue) = 133+89+66=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 66 (26.17% from 255 or 22.92% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855942 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855942 is #7AA6BD. Grayscale: #636363. Windows color (decimal): -8038078 or 4348293. OLE color: 4348293.

HSL color Cylindrical-coordinate representation of color #855942: hue angle of 20.6º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #855942 is Cyan = 0, Magento = 0.33, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 89 66 -
CMYK 0 0.33 0.50 0.48
HSL 20.6º 0.34% 0.39% -
HSV(B) 20.6º 0.5% 0.52% -
XYZ 14.23 12.52 6.82 -
YUV 99.53 109.08 151.87 -
System Red Green Blue C M Y K H S L
Decimal 133 89 66 0 0.33 0.50 0.48 20.6 0.34 0.39
Hex 85 59 42 0 21 32 30 15 22 27
Octal 205 131 102 0 41 62 60 25 42 47
Binary 10000101 1011001 1000010 0 100001 110010 110000 10101 100010 100111

Color Harmonies of #855942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855942

Black with #855942

Text Example


Text Example

White with #855942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855942; }

 p { color: rgb(133,89,66); }

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

background-color css

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

 a { background-color: rgb(133,89,66); }

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

border-color css

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

 span { border-color: rgb(133,89,66); }

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