Html Css Color HEX #875C3D Potters Clay

📋 copy color: '#875C3D'

red 135 ◦ green 92 ◦ blue 61

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

Shades of Potters Clay #875C3D

Tints of Potters Clay #875C3D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 21.18%

R = 46.88%
G = 31.94%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#875C3D (or 0x875C3D) is known color: Potters Clay. HEX triplet: 87, 5C and 3D. RGB value is (135,92,61). Sum of RGB (Red+Green+Blue) = 135+92+61=288 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.88% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 61 (24.22% from 255 or 21.18% from 288); Max value from RGB is 135 - color contains mainly: red. Hex color #875C3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875C3D is #78A3C2. Grayscale: #656565. Windows color (decimal): -7906243 or 4021383. OLE color: 4021383.

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

Color convert

RGB 135 92 61 -
CMYK 0 0.32 0.55 0.47
HSL 25.14º 0.38% 0.38% -
HSV(B) 25.14º 0.55% 0.53% -
XYZ 14.66 13.14 6.18 -
YUV 101.32 105.25 152.02 -
System Red Green Blue C M Y K H S L
Decimal 135 92 61 0 0.32 0.55 0.47 25.14 0.38 0.38
Hex 87 5C 3D 0 20 37 2F 19 26 26
Octal 207 134 75 0 40 67 57 31 46 46
Binary 10000111 1011100 111101 0 100000 110111 101111 11001 100110 100110

Color Harmonies of #875C3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875C3D

Black with #875C3D

Text Example


Text Example

White with #875C3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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