Html Css Color HEX #895E3D Potters Clay

📋 copy color: '#895E3D'

red 137 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #895E3D

Tints of Potters Clay #895E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.19%

 BLUE value IS 61 (24.22% from 255) = 20.89%

R = 46.92%
G = 32.19%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#895E3D (or 0x895E3D) is known color: Potters Clay. HEX triplet: 89, 5E and 3D. RGB value is (137,94,61). Sum of RGB (Red+Green+Blue) = 137+94+61=292 (38% of max value = 765). Red value is 137 (53.91% from 255 or 46.92% from 292); Green value is 94 (37.11% from 255 or 32.19% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 137 - color contains mainly: red. Hex color #895E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #895E3D is #76A1C2. Grayscale: #676767. Windows color (decimal): -7774659 or 4021897. OLE color: 4021897.

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

Color convert

RGB 137 94 61 -
CMYK 0 0.31 0.55 0.46
HSL 26.05º 0.38% 0.39% -
HSV(B) 26.05º 0.55% 0.54% -
XYZ 15.16 13.66 6.25 -
YUV 103.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 137 94 61 0 0.31 0.55 0.46 26.05 0.38 0.39
Hex 89 5E 3D 0 1F 37 2E 1A 26 27
Octal 211 136 75 0 37 67 56 32 46 47
Binary 10001001 1011110 111101 0 11111 110111 101110 11010 100110 100111

Color Harmonies of #895E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #895E3D

Black with #895E3D

Text Example


Text Example

White with #895E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(137,94,61); }

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

background-color css

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

 a { background-color: rgb(137,94,61); }

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

border-color css

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

 span { border-color: rgb(137,94,61); }

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