Html Css Color HEX #875B42 Potters Clay

📋 copy color: '#875B42'

red 135 ◦ green 91 ◦ blue 66

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

Shades of Potters Clay #875B42

Tints of Potters Clay #875B42

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 22.6%

R = 46.23%
G = 31.16%
B = 22.6%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.47

RGB Variations

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

Color information

#875B42 (or 0x875B42) is known color: Potters Clay. HEX triplet: 87, 5B and 42. RGB value is (135,91,66). Sum of RGB (Red+Green+Blue) = 135+91+66=292 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.23% from 292); Green value is 91 (35.94% from 255 or 31.16% from 292); Blue value is 66 (26.17% from 255 or 22.60% from 292); Max value from RGB is 135 - color contains mainly: red. Hex color #875B42 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875B42 is #78A4BD. Grayscale: #656565. Windows color (decimal): -7906494 or 4348807. OLE color: 4348807.

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

Color convert

RGB 135 91 66 -
CMYK 0 0.33 0.51 0.47
HSL 21.74º 0.34% 0.39% -
HSV(B) 21.74º 0.51% 0.53% -
XYZ 14.72 13.03 6.89 -
YUV 101.31 108.08 152.03 -
System Red Green Blue C M Y K H S L
Decimal 135 91 66 0 0.33 0.51 0.47 21.74 0.34 0.39
Hex 87 5B 42 0 21 33 2F 16 22 27
Octal 207 133 102 0 41 63 57 26 42 47
Binary 10000111 1011011 1000010 0 100001 110011 101111 10110 100010 100111

Color Harmonies of #875B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875B42

Black with #875B42

Text Example


Text Example

White with #875B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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