Html Css Color HEX #875B40 Potters Clay

📋 copy color: '#875B40'

red 135 ◦ green 91 ◦ blue 64

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

Shades of Potters Clay #875B40

Tints of Potters Clay #875B40

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.38%

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

R = 46.55%
G = 31.38%
B = 22.07%

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

#875B40 (or 0x875B40) is known color: Potters Clay. HEX triplet: 87, 5B and 40. RGB value is (135,91,64). Sum of RGB (Red+Green+Blue) = 135+91+64=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 64 (25.39% from 255 or 22.07% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875B40 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B40 is #78A4BF. Grayscale: #656565. Windows color (decimal): -7906496 or 4217735. OLE color: 4217735.

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

Color convert

RGB 135 91 64 -
CMYK 0 0.33 0.53 0.47
HSL 22.82º 0.36% 0.39% -
HSV(B) 22.82º 0.53% 0.53% -
XYZ 14.66 13 6.59 -
YUV 101.08 107.08 152.2 -
System Red Green Blue C M Y K H S L
Decimal 135 91 64 0 0.33 0.53 0.47 22.82 0.36 0.39
Hex 87 5B 40 0 21 35 2F 17 24 27
Octal 207 133 100 0 41 65 57 27 44 47
Binary 10000111 1011011 1000000 0 100001 110101 101111 10111 100100 100111

Color Harmonies of #875B40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B40

Black with #875B40

Text Example


Text Example

White with #875B40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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