Html Css Color HEX #875C3B Potters Clay

📋 copy color: '#875C3B'

red 135 ◦ green 92 ◦ blue 59

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

Shades of Potters Clay #875C3B

Tints of Potters Clay #875C3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 20.63%

R = 47.2%
G = 32.17%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#875C3B (or 0x875C3B) is known color: Potters Clay. HEX triplet: 87, 5C and 3B. RGB value is (135,92,59). Sum of RGB (Red+Green+Blue) = 135+92+59=286 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.20% from 286); Green value is 92 (36.33% from 255 or 32.17% from 286); Blue value is 59 (23.44% from 255 or 20.63% from 286); Max value from RGB is 135 - color contains mainly: red. Hex color #875C3B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C3B is #78A3C4. Grayscale: #656565. Windows color (decimal): -7906245 or 3890311. OLE color: 3890311.

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

Color convert

RGB 135 92 59 -
CMYK 0 0.32 0.56 0.47
HSL 26.05º 0.39% 0.38% -
HSV(B) 26.05º 0.56% 0.53% -
XYZ 14.61 13.12 5.9 -
YUV 101.1 104.25 152.18 -
System Red Green Blue C M Y K H S L
Decimal 135 92 59 0 0.32 0.56 0.47 26.05 0.39 0.38
Hex 87 5C 3B 0 20 38 2F 1A 27 26
Octal 207 134 73 0 40 70 57 32 47 46
Binary 10000111 1011100 111011 0 100000 111000 101111 11010 100111 100110

Color Harmonies of #875C3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C3B

Black with #875C3B

Text Example


Text Example

White with #875C3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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