#845936

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

Shades of Potters Clay #845936

Tints of Potters Clay #845936

Color information

#845936 (or 0x845936) is unknown color: approx Potters Clay. HEX triplet: 84, 59 and 36. RGB value is (132,89,54). Sum of RGB (Red+Green+Blue) = 132+89+54=275 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48% from 275); Green value is 89 (35.16% from 255 or 32.36% from 275); Blue value is 54 (21.48% from 255 or 19.64% from 275); Max value from RGB is 132 - color contains mainly: red. Hex color #845936 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845936 is #7BA6C9. Grayscale: #626262. Windows color (decimal): -8103626 or 3561860. OLE color: 3561860.

HSL color Cylindrical-coordinate representation of color #845936: hue angle of 26.92º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845936 is Cyan = 0, Magento = 0.33, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB1328954-
CMYK00.330.590.48
HSL26.92º41.94%36.47%-
HSV(B)26.92º59.09%51.76%-
XYZ13.7512.325.14-
YUV97.87103.25152.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48%
GREEN value IS 89 (35.16% from 255) = 32.36%
BLUE value IS 54 (21.48% from 255) = 19.64%
R=48%
G=32.36%
B=19.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.59
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132895400.330.590.4826.9241.9436.47
Hex8459360213B301b2a24
Octal204131660417360335244
Binary100001001011001110110010000111101111000011011101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845936; }

 p { color: rgb(132,89,54); }

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

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

 a { background-color: rgb(132,89,54); }

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

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

 span { border-color: rgb(132,89,54); }

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