Html Css Color HEX #855943 Potters Clay

📋 copy color: '#855943'

red 133 ◦ green 89 ◦ blue 67

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

Shades of Potters Clay #855943

Tints of Potters Clay #855943

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 23.18%

R = 46.02%
G = 30.8%
B = 23.18%

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

#855943 (or 0x855943) is known color: Potters Clay. HEX triplet: 85, 59 and 43. RGB value is (133,89,67). Sum of RGB (Red+Green+Blue) = 133+89+67=289 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.02% from 289); Green value is 89 (35.16% from 255 or 30.80% from 289); Blue value is 67 (26.56% from 255 or 23.18% from 289); Max value from RGB is 133 - color contains mainly: red. Hex color #855943 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855943 is #7AA6BC. Grayscale: #636363. Windows color (decimal): -8038077 or 4413829. OLE color: 4413829.

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

Color convert

RGB 133 89 67 -
CMYK 0 0.33 0.50 0.48
HSL 20º 0.33% 0.39% -
HSV(B) 20º 0.5% 0.52% -
XYZ 14.26 12.54 6.98 -
YUV 99.65 109.58 151.79 -
System Red Green Blue C M Y K H S L
Decimal 133 89 67 0 0.33 0.50 0.48 20 0.33 0.39
Hex 85 59 43 0 21 32 30 14 21 27
Octal 205 131 103 0 41 62 60 24 41 47
Binary 10000101 1011001 1000011 0 100001 110010 110000 10100 100001 100111

Color Harmonies of #855943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #855943

Black with #855943

Text Example


Text Example

White with #855943

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #855943; }

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

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

background-color css

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

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

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

border-color css

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

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

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