#855D3E

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

Shades of Potters Clay #855D3E

Tints of Potters Clay #855D3E

Color information

#855D3E (or 0x855D3E) is unknown color: approx Potters Clay. HEX triplet: 85, 5D and 3E. RGB value is (133,93,62). Sum of RGB (Red+Green+Blue) = 133+93+62=288 (38% of max value = 765). Red value is 133 (52.34% from 255 or 46.18% from 288); Green value is 93 (36.72% from 255 or 32.29% from 288); Blue value is 62 (24.61% from 255 or 21.53% from 288); Max value from RGB is 133 - color contains mainly: red. Hex color #855D3E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #855D3E is #7AA2C1. Grayscale: #656565. Windows color (decimal): -8037058 or 4087173. OLE color: 4087173.

HSL color Cylindrical-coordinate representation of color #855D3E: hue angle of 26.2º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #855D3E is Cyan = 0, Magento = 0.30, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB1339362-
CMYK00.300.530.48
HSL26.2º36.41%38.24%-
HSV(B)26.2º53.38%52.16%-
XYZ14.4613.166.34-
YUV101.43105.75150.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 46.18%
GREEN value IS 93 (36.72% from 255) = 32.29%
BLUE value IS 62 (24.61% from 255) = 21.53%
R=46.18%
G=32.29%
B=21.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.53
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133936200.300.530.4826.236.4138.24
Hex855D3E01E35301a2426
Octal205135760366560324446
Binary10000101101110111111001111011010111000011010100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #855D3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,93,62); }

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

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

 a { background-color: rgb(133,93,62); }

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

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

 span { border-color: rgb(133,93,62); }

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