Html Css Color HEX #895C40 Potters Clay

📋 copy color: '#895C40'

red 137 ◦ green 92 ◦ blue 64

#895C40
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #895C40

Tints of Potters Clay #895C40

RGB

 RED value IS 137 (53.91% from 255) = 46.76%

 GREEN value IS 92 (36.33% from 255) = 31.4%

 BLUE value IS 64 (25.39% from 255) = 21.84%

R = 46.76%
G = 31.4%
B = 21.84%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.46

RGB Variations

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

Color information

#895C40 (or 0x895C40) is known color: Potters Clay. HEX triplet: 89, 5C and 40. RGB value is (137,92,64). Sum of RGB (Red+Green+Blue) = 137+92+64=293 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.76% from 293); Green value is 92 (36.33% from 255 or 31.40% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 137 - color contains mainly: red. Hex color #895C40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895C40 is #76A3BF. Grayscale: #666666. Windows color (decimal): -7775168 or 4217993. OLE color: 4217993.

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

Color convert

RGB 137 92 64 -
CMYK 0 0.33 0.53 0.46
HSL 23.01º 0.36% 0.39% -
HSV(B) 23.01º 0.53% 0.54% -
XYZ 15.07 13.34 6.63 -
YUV 102.26 106.41 152.78 -
System Red Green Blue C M Y K H S L
Decimal 137 92 64 0 0.33 0.53 0.46 23.01 0.36 0.39
Hex 89 5C 40 0 21 35 2E 17 24 27
Octal 211 134 100 0 41 65 56 27 44 47
Binary 10001001 1011100 1000000 0 100001 110101 101110 10111 100100 100111

Color Harmonies of #895C40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895C40

Black with #895C40

Text Example


Text Example

White with #895C40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #895C40;
 }
 .AnyTagClassName
 {
   color: #895C40;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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