Html Css Color HEX #875A40 Potters Clay

📋 copy color: '#875A40'

red 135 ◦ green 90 ◦ blue 64

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

Shades of Potters Clay #875A40

Tints of Potters Clay #875A40

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.14%

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

R = 46.71%
G = 31.14%
B = 22.15%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#875A40 (or 0x875A40) is known color: Potters Clay. HEX triplet: 87, 5A and 40. RGB value is (135,90,64). Sum of RGB (Red+Green+Blue) = 135+90+64=289 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.71% from 289); Green value is 90 (35.55% from 255 or 31.14% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 135 - color contains mainly: red. Hex color #875A40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A40 is #78A5BF. Grayscale: #646464. Windows color (decimal): -7906752 or 4217479. OLE color: 4217479.

HSL color Cylindrical-coordinate representation of color #875A40: hue angle of 21.97º 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 #875A40 is Cyan = 0, Magento = 0.33, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 90 64 -
CMYK 0 0.33 0.53 0.47
HSL 21.97º 0.36% 0.39% -
HSV(B) 21.97º 0.53% 0.53% -
XYZ 14.57 12.83 6.56 -
YUV 100.49 107.41 152.61 -
System Red Green Blue C M Y K H S L
Decimal 135 90 64 0 0.33 0.53 0.47 21.97 0.36 0.39
Hex 87 5A 40 0 21 35 2F 16 24 27
Octal 207 132 100 0 41 65 57 26 44 47
Binary 10000111 1011010 1000000 0 100001 110101 101111 10110 100100 100111

Color Harmonies of #875A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A40

Black with #875A40

Text Example


Text Example

White with #875A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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