#845939

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

Shades of Potters Clay #845939

Tints of Potters Clay #845939

Color information

#845939 (or 0x845939) is unknown color: approx Potters Clay. HEX triplet: 84, 59 and 39. RGB value is (132,89,57). Sum of RGB (Red+Green+Blue) = 132+89+57=278 (36% of max value = 765). Red value is 132 (51.95% from 255 or 47.48% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 57 (22.66% from 255 or 20.50% from 278); Max value from RGB is 132 - color contains mainly: red. Hex color #845939 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845939 is #7BA6C6. Grayscale: #626262. Windows color (decimal): -8103623 or 3758468. OLE color: 3758468.

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

Color convert

RGB1328957-
CMYK00.330.570.48
HSL25.6º39.68%37.06%-
HSV(B)25.6º56.82%51.76%-
XYZ13.8312.355.53-
YUV98.21104.75152.1-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 47.48%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 57 (22.66% from 255) = 20.50%
R=47.48%
G=32.01%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132895700.330.570.4825.639.6837.06
Hex84593902139301a2825
Octal204131710417160325045
Binary100001001011001111001010000111100111000011010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845939; }

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

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

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

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

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

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

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

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