Html Css Color HEX #875E3D Potters Clay

📋 copy color: '#875E3D'

red 135 ◦ green 94 ◦ blue 61

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

Shades of Potters Clay #875E3D

Tints of Potters Clay #875E3D

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.41%

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

R = 46.55%
G = 32.41%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#875E3D (or 0x875E3D) is known color: Potters Clay. HEX triplet: 87, 5E and 3D. RGB value is (135,94,61). Sum of RGB (Red+Green+Blue) = 135+94+61=290 (38% of max value = 765). Red value is 135 (53.12% from 255 or 46.55% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 61 (24.22% from 255 or 21.03% from 290); Max value from RGB is 135 - color contains mainly: red. Hex color #875E3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875E3D is #78A1C2. Grayscale: #666666. Windows color (decimal): -7905731 or 4021895. OLE color: 4021895.

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

Color convert

RGB 135 94 61 -
CMYK 0 0.30 0.55 0.47
HSL 26.76º 0.38% 0.38% -
HSV(B) 26.76º 0.55% 0.53% -
XYZ 14.84 13.49 6.24 -
YUV 102.5 104.58 151.18 -
System Red Green Blue C M Y K H S L
Decimal 135 94 61 0 0.30 0.55 0.47 26.76 0.38 0.38
Hex 87 5E 3D 0 1E 37 2F 1B 26 26
Octal 207 136 75 0 36 67 57 33 46 46
Binary 10000111 1011110 111101 0 11110 110111 101111 11011 100110 100110

Color Harmonies of #875E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875E3D

Black with #875E3D

Text Example


Text Example

White with #875E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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