Html Css Color HEX #875A3C Potters Clay

📋 copy color: '#875A3C'

red 135 ◦ green 90 ◦ blue 60

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

Shades of Potters Clay #875A3C

Tints of Potters Clay #875A3C

RGB

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

 GREEN value IS 90 (35.55% from 255) = 31.58%

 BLUE value IS 60 (23.83% from 255) = 21.05%

R = 47.37%
G = 31.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#875A3C (or 0x875A3C) is known color: Potters Clay. HEX triplet: 87, 5A and 3C. RGB value is (135,90,60). Sum of RGB (Red+Green+Blue) = 135+90+60=285 (37% of max value = 765). Red value is 135 (53.12% from 255 or 47.37% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 60 (23.83% from 255 or 21.05% from 285); Max value from RGB is 135 - color contains mainly: red. Hex color #875A3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A3C is #78A5C3. Grayscale: #646464. Windows color (decimal): -7906756 or 3955335. OLE color: 3955335.

HSL color Cylindrical-coordinate representation of color #875A3C: hue angle of 24º degrees, saturation: 0.38, 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 #875A3C is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 135 90 60 -
CMYK 0 0.33 0.56 0.47
HSL 24º 0.38% 0.38% -
HSV(B) 24º 0.56% 0.53% -
XYZ 14.46 12.79 5.98 -
YUV 100.04 105.41 152.94 -
System Red Green Blue C M Y K H S L
Decimal 135 90 60 0 0.33 0.56 0.47 24 0.38 0.38
Hex 87 5A 3C 0 21 38 2F 18 26 26
Octal 207 132 74 0 41 70 57 30 46 46
Binary 10000111 1011010 111100 0 100001 111000 101111 11000 100110 100110

Color Harmonies of #875A3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #875A3C

Black with #875A3C

Text Example


Text Example

White with #875A3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(135,90,60); }

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

background-color css

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

 a { background-color: rgb(135,90,60); }

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

border-color css

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

 span { border-color: rgb(135,90,60); }

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