#875C38

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

Shades of Potters Clay #875C38

Tints of Potters Clay #875C38

Color information

#875C38 (or 0x875C38) is unknown color: approx Potters Clay. HEX triplet: 87, 5C and 38. RGB value is (135,92,56). Sum of RGB (Red+Green+Blue) = 135+92+56=283 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.70% from 283); Green value is 92 (36.33% from 255 or 32.51% from 283); Blue value is 56 (22.27% from 255 or 19.79% from 283); Max value from RGB is 135 - color contains mainly: red. Hex color #875C38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C38 is #78A3C7. Grayscale: #646464. Windows color (decimal): -7906248 or 3693703. OLE color: 3693703.

HSL color Cylindrical-coordinate representation of color #875C38: hue angle of 27.34º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875C38 is Cyan = 0, Magento = 0.32, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1359256-
CMYK00.320.590.47
HSL27.34º41.36%37.45%-
HSV(B)27.34º58.52%52.94%-
XYZ14.5313.095.5-
YUV100.75102.75152.43-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.70%
GREEN value IS 92 (36.33% from 255) = 32.51%
BLUE value IS 56 (22.27% from 255) = 19.79%
R=47.70%
G=32.51%
B=19.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135925600.320.590.4727.3441.3637.45
Hex875C380203B2F1b2925
Octal207134700407357335145
Binary100001111011100111000010000011101110111111011101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #875C38; }

 p { color: rgb(135,92,56); }

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

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

 a { background-color: rgb(135,92,56); }

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

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

 span { border-color: rgb(135,92,56); }

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