#875A38

Color #875A38 Potters Clay (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Potters Clay #875A38

Tints of Potters Clay #875A38

Color information

#875A38 (or 0x875A38) is unknown color: approx Potters Clay. HEX triplet: 87, 5A and 38. RGB value is (135,90,56). Sum of RGB (Red+Green+Blue) = 135+90+56=281 (37% of max value = 765). Red value is 135 (53.12% from 255 or 48.04% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 56 (22.27% from 255 or 19.93% from 281); Max value from RGB is 135 - color contains mainly: red. Hex color #875A38 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #875A38 is #78A5C7. Grayscale: #636363. Windows color (decimal): -7906760 or 3693191. OLE color: 3693191.

HSL color Cylindrical-coordinate representation of color #875A38: hue angle of 25.82º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #875A38 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.47.

Color convert

RGB1359056-
CMYK00.330.590.47
HSL25.82º41.36%37.45%-
HSV(B)25.82º58.52%52.94%-
XYZ14.3612.755.45-
YUV99.58103.41153.26-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 48.04%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 56 (22.27% from 255) = 19.93%
R=48.04%
G=32.03%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal135905600.330.590.4725.8241.3637.45
Hex875A380213B2F1a2925
Octal207132700417357325145
Binary100001111011010111000010000111101110111111010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #875A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #875A38;
 }
 .AnyTagClassName
 {
   color: #875A38;
 }
</style>
background-color css

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

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

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

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

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

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