Html Css Color HEX #875C41 Potters Clay

📋 copy color: '#875C41'

red 135 ◦ green 92 ◦ blue 65

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

Shades of Potters Clay #875C41

Tints of Potters Clay #875C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 31.51%

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

R = 46.23%
G = 31.51%
B = 22.26%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#875C41 (or 0x875C41) is known color: Potters Clay. HEX triplet: 87, 5C and 41. RGB value is (135,92,65). Sum of RGB (Red+Green+Blue) = 135+92+65=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 92 (36.33% from 255 or 31.51% from 292); Blue value is 65 (25.78% from 255 or 22.26% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #875C41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C41 is #78A3BE. Grayscale: #656565. Windows color (decimal): -7906239 or 4283527. OLE color: 4283527.

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

Color convert

RGB 135 92 65 -
CMYK 0 0.32 0.52 0.47
HSL 23.14º 0.35% 0.39% -
HSV(B) 23.14º 0.52% 0.53% -
XYZ 14.77 13.19 6.77 -
YUV 101.78 107.25 151.7 -
System Red Green Blue C M Y K H S L
Decimal 135 92 65 0 0.32 0.52 0.47 23.14 0.35 0.39
Hex 87 5C 41 0 20 34 2F 17 23 27
Octal 207 134 101 0 40 64 57 27 43 47
Binary 10000111 1011100 1000001 0 100000 110100 101111 10111 100011 100111

Color Harmonies of #875C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C41

Black with #875C41

Text Example


Text Example

White with #875C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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