Html Css Color HEX #875B37 Potters Clay

📋 copy color: '#875B37'

red 135 ◦ green 91 ◦ blue 55

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

Shades of Potters Clay #875B37

Tints of Potters Clay #875B37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 19.57%

R = 48.04%
G = 32.38%
B = 19.57%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.59

 K value IS 0.47

RGB Variations

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

Color information

#875B37 (or 0x875B37) is known color: Potters Clay. HEX triplet: 87, 5B and 37. RGB value is (135,91,55). Sum of RGB (Red+Green+Blue) = 135+91+55=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 91 (35.94% from 255 or 32.38% from 281); Blue value is 55 (21.88% from 255 or 19.57% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875B37 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B37 is #78A4C8. Grayscale: #646464. Windows color (decimal): -7906505 or 3627911. OLE color: 3627911.

HSL color Cylindrical-coordinate representation of color #875B37: hue angle of 27º degrees, saturation: 0.42, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875B37 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 91 55 -
CMYK 0 0.33 0.59 0.47
HSL 27º 0.42% 0.37% -
HSV(B) 27º 0.59% 0.53% -
XYZ 14.42 12.91 5.35 -
YUV 100.05 102.58 152.93 -
System Red Green Blue C M Y K H S L
Decimal 135 91 55 0 0.33 0.59 0.47 27 0.42 0.37
Hex 87 5B 37 0 21 3B 2F 1B 2A 25
Octal 207 133 67 0 41 73 57 33 52 45
Binary 10000111 1011011 110111 0 100001 111011 101111 11011 101010 100101

Color Harmonies of #875B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B37

Black with #875B37

Text Example


Text Example

White with #875B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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