Html Css Color HEX #875934 Potters Clay

📋 copy color: '#875934'

red 135 ◦ green 89 ◦ blue 52

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

Shades of Potters Clay #875934

Tints of Potters Clay #875934

RGB

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

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 52 (20.7% from 255) = 18.84%

R = 48.91%
G = 32.25%
B = 18.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#875934 (or 0x875934) is known color: Potters Clay. HEX triplet: 87, 59 and 34. RGB value is (135,89,52). Sum of RGB (Red+Green+Blue) = 135+89+52=276 (36% of max value = 765). Red value is 135 (53.12% from 255 or 48.91% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 135 - color contains mainly: red. Hex color #875934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875934 is #78A6CB. Grayscale: #626262. Windows color (decimal): -7907020 or 3430791. OLE color: 3430791.

HSL color Cylindrical-coordinate representation of color #875934: hue angle of 26.75º degrees, saturation: 0.44, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #875934 is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 89 52 -
CMYK 0 0.34 0.61 0.47
HSL 26.75º 0.44% 0.37% -
HSV(B) 26.75º 0.61% 0.53% -
XYZ 14.18 12.54 4.92 -
YUV 98.54 101.74 154.01 -
System Red Green Blue C M Y K H S L
Decimal 135 89 52 0 0.34 0.61 0.47 26.75 0.44 0.37
Hex 87 59 34 0 22 3D 2F 1B 2C 25
Octal 207 131 64 0 42 75 57 33 54 45
Binary 10000111 1011001 110100 0 100010 111101 101111 11011 101100 100101

Color Harmonies of #875934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875934

Black with #875934

Text Example


Text Example

White with #875934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #875934; }

 p { color: rgb(135,89,52); }

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

background-color css

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

 a { background-color: rgb(135,89,52); }

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

border-color css

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

 span { border-color: rgb(135,89,52); }

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