#895C3A

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

Shades of Potters Clay #895C3A

Tints of Potters Clay #895C3A

Color information

#895C3A (or 0x895C3A) is unknown color: approx Potters Clay. HEX triplet: 89, 5C and 3A. RGB value is (137,92,58). Sum of RGB (Red+Green+Blue) = 137+92+58=287 (38% of max value = 765). Red value is 137 (53.91% from 255 or 47.74% from 287); Green value is 92 (36.33% from 255 or 32.06% from 287); Blue value is 58 (23.05% from 255 or 20.21% from 287); Max value from RGB is 137 - color contains mainly: red. Hex color #895C3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C3A is #76A3C5. Grayscale: #656565. Windows color (decimal): -7775174 or 3824777. OLE color: 3824777.

HSL color Cylindrical-coordinate representation of color #895C3A: hue angle of 25.82º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #895C3A is Cyan = 0, Magento = 0.33, Yellow = 0.58 and Black (K on CMYK) = 0.46.

Color convert

RGB1379258-
CMYK00.330.580.46
HSL25.82º40.51%38.24%-
HSV(B)25.82º57.66%53.73%-
XYZ14.9113.285.78-
YUV101.58103.41153.26-

RGB Variations

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

RGB

RED value IS 137 (53.91% from 255) = 47.74%
GREEN value IS 92 (36.33% from 255) = 32.06%
BLUE value IS 58 (23.05% from 255) = 20.21%
R=47.74%
G=32.06%
B=20.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal137925800.330.580.4625.8240.5138.24
Hex895C3A0213A2E1a2926
Octal211134720417256325146
Binary100010011011100111010010000111101010111011010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #895C3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #895C3A; }

 p { color: rgb(137,92,58); }

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

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

 a { background-color: rgb(137,92,58); }

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

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

 span { border-color: rgb(137,92,58); }

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