Html Css Color HEX #875940 Potters Clay

📋 copy color: '#875940'

red 135 ◦ green 89 ◦ blue 64

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

Shades of Potters Clay #875940

Tints of Potters Clay #875940

RGB

 RED value IS 135 (53.13% from 255) = 46.88%

 GREEN value IS 89 (35.16% from 255) = 30.9%

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

R = 46.88%
G = 30.9%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875940 (or 0x875940) is known color: Potters Clay. HEX triplet: 87, 59 and 40. RGB value is (135,89,64). Sum of RGB (Red+Green+Blue) = 135+89+64=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 89 (35.16% from 255 or 30.90% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875940 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875940 is #78A6BF. Grayscale: #646464. Windows color (decimal): -7907008 or 4217223. OLE color: 4217223.

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

Color convert

RGB 135 89 64 -
CMYK 0 0.34 0.53 0.47
HSL 21.13º 0.36% 0.39% -
HSV(B) 21.13º 0.53% 0.53% -
XYZ 14.49 12.67 6.53 -
YUV 99.9 107.74 153.03 -
System Red Green Blue C M Y K H S L
Decimal 135 89 64 0 0.34 0.53 0.47 21.13 0.36 0.39
Hex 87 59 40 0 22 35 2F 15 24 27
Octal 207 131 100 0 42 65 57 25 44 47
Binary 10000111 1011001 1000000 0 100010 110101 101111 10101 100100 100111

Color Harmonies of #875940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875940

Black with #875940

Text Example


Text Example

White with #875940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875940; }

 p { color: rgb(135,89,64); }

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

background-color css

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

 a { background-color: rgb(135,89,64); }

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

border-color css

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

 span { border-color: rgb(135,89,64); }

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