Html Css Color HEX #855742 Potters Clay

📋 copy color: '#855742'

red 133 ◦ green 87 ◦ blue 66

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

Shades of Potters Clay #855742

Tints of Potters Clay #855742

RGB

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

 GREEN value IS 87 (34.38% from 255) = 30.42%

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

R = 46.5%
G = 30.42%
B = 23.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.48

RGB Variations

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

Color information

#855742 (or 0x855742) is known color: Potters Clay. HEX triplet: 85, 57 and 42. RGB value is (133,87,66). Sum of RGB (Red+Green+Blue) = 133+87+66=286 (37% of max value = 765). Red value is 133 (52.34% from 255 or 46.50% from 286); Green value is 87 (34.38% from 255 or 30.42% from 286); Blue value is 66 (26.17% from 255 or 23.08% from 286); Max value from RGB is 133 - color contains mainly: red. Hex color #855742 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855742 is #7AA8BD. Grayscale: #626262. Windows color (decimal): -8038590 or 4347781. OLE color: 4347781.

HSL color Cylindrical-coordinate representation of color #855742: hue angle of 18.81º 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 #855742 is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.48.

Color convert

RGB 133 87 66 -
CMYK 0 0.35 0.50 0.48
HSL 18.81º 0.34% 0.39% -
HSV(B) 18.81º 0.5% 0.52% -
XYZ 14.06 12.2 6.77 -
YUV 98.36 109.74 152.71 -
System Red Green Blue C M Y K H S L
Decimal 133 87 66 0 0.35 0.50 0.48 18.81 0.34 0.39
Hex 85 57 42 0 23 32 30 13 22 27
Octal 205 127 102 0 43 62 60 23 42 47
Binary 10000101 1010111 1000010 0 100011 110010 110000 10011 100010 100111

Color Harmonies of #855742

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855742

Black with #855742

Text Example


Text Example

White with #855742

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855742; }

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

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

background-color css

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

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

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

border-color css

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

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

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