Html Css Color HEX #875B41 Potters Clay

📋 copy color: '#875B41'

red 135 ◦ green 91 ◦ blue 65

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

Shades of Potters Clay #875B41

Tints of Potters Clay #875B41

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 22.34%

R = 46.39%
G = 31.27%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#875B41 (or 0x875B41) is known color: Potters Clay. HEX triplet: 87, 5B and 41. RGB value is (135,91,65). Sum of RGB (Red+Green+Blue) = 135+91+65=291 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.39% from 291); Green value is 91 (35.94% from 255 or 31.27% from 291); Blue value is 65 (25.78% from 255 or 22.34% from 291); Max value from RGB is 135 - color contains mainly: red. Hex color #875B41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B41 is #78A4BE. Grayscale: #656565. Windows color (decimal): -7906495 or 4283271. OLE color: 4283271.

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

Color convert

RGB 135 91 65 -
CMYK 0 0.33 0.52 0.47
HSL 22.29º 0.35% 0.39% -
HSV(B) 22.29º 0.52% 0.53% -
XYZ 14.69 13.01 6.74 -
YUV 101.19 107.58 152.11 -
System Red Green Blue C M Y K H S L
Decimal 135 91 65 0 0.33 0.52 0.47 22.29 0.35 0.39
Hex 87 5B 41 0 21 34 2F 16 23 27
Octal 207 133 101 0 41 64 57 26 43 47
Binary 10000111 1011011 1000001 0 100001 110100 101111 10110 100011 100111

Color Harmonies of #875B41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B41

Black with #875B41

Text Example


Text Example

White with #875B41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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