#875C3C

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

Shades of Potters Clay #875C3C

Tints of Potters Clay #875C3C

Color information

#875C3C (or 0x875C3C) is unknown color: approx Potters Clay. HEX triplet: 87, 5C and 3C. RGB value is (135,92,60). Sum of RGB (Red+Green+Blue) = 135+92+60=287 (38% of max value = 765). Red value is 135 (53.12% from 255 or 47.04% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 135 - color contains mainly: red. Hex color #875C3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C3C is #78A3C3. Grayscale: #656565. Windows color (decimal): -7906244 or 3955847. OLE color: 3955847.

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

Color convert

RGB1359260-
CMYK00.320.560.47
HSL25.6º38.46%38.24%-
HSV(B)25.6º55.56%52.94%-
XYZ14.6313.136.04-
YUV101.21104.75152.1-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 47.04%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=47.04%
G=32.06%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135926000.320.560.4725.638.4638.24
Hex875C3C020382F1a2626
Octal207134740407057324646
Binary100001111011100111100010000011100010111111010100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875C3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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