#855A35

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

Shades of Potters Clay #855A35

Tints of Potters Clay #855A35

Color information

#855A35 (or 0x855A35) is unknown color: approx Potters Clay. HEX triplet: 85, 5A and 35. RGB value is (133,90,53). Sum of RGB (Red+Green+Blue) = 133+90+53=276 (36% of max value = 765). Red value is 133 (52.34% from 255 or 48.19% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 53 (21.09% from 255 or 19.20% from 276); Max value from RGB is 133 - color contains mainly: red. Hex color #855A35 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855A35 is #7AA5CA. Grayscale: #626262. Windows color (decimal): -8037835 or 3496581. OLE color: 3496581.

HSL color Cylindrical-coordinate representation of color #855A35: hue angle of 27.75º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #855A35 is Cyan = 0, Magento = 0.32, Yellow = 0.60 and Black (K on CMYK) = 0.48.

Color convert

RGB1339053-
CMYK00.320.600.48
HSL27.75º43.01%36.47%-
HSV(B)27.75º60.15%52.16%-
XYZ13.9712.565.06-
YUV98.64102.25152.51-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 48.19%
GREEN value IS 90 (35.55% from 255) = 32.61%
BLUE value IS 53 (21.09% from 255) = 19.20%
R=48.19%
G=32.61%
B=19.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.60
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133905300.320.600.4827.7543.0136.47
Hex855A350203C301c2b24
Octal205132650407460345344
Binary100001011011010110101010000011110011000011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855A35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,90,53); }

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

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

 a { background-color: rgb(133,90,53); }

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

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

 span { border-color: rgb(133,90,53); }

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