#855843

Color #855843 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #855843

Tints of Potters Clay #855843

Color information

#855843 (or 0x855843) is unknown color: approx Potters Clay. HEX triplet: 85, 58 and 43. RGB value is (133,88,67). Sum of RGB (Red+Green+Blue) = 133+88+67=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 67 (26.56% from 255 or 23.26% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855843 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855843 is #7AA7BC. Grayscale: #636363. Windows color (decimal): -8038333 or 4413573. OLE color: 4413573.

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

Color convert

RGB1338867-
CMYK00.340.500.48
HSL19.09º33%39.22%-
HSV(B)19.09º49.62%52.16%-
XYZ14.1812.376.95-
YUV99.06109.91152.21-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 88 (34.77% from 255) = 30.56%
BLUE value IS 67 (26.56% from 255) = 23.26%
R=46.18%
G=30.56%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.50
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133886700.340.500.4819.093339.22
Hex8558430223230132127
Octal2051301030426260234147
Binary1000010110110001000011010001011001011000010011100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #855843; }

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

 H1.HeaderClassName
 {
   color: #855843;
 }
 .AnyTagClassName
 {
   color: #855843;
 }
</style>
background-color css

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

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

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

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

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

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