#845934

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

Shades of Potters Clay #845934

Tints of Potters Clay #845934

Color information

#845934 (or 0x845934) is unknown color: approx Potters Clay. HEX triplet: 84, 59 and 34. RGB value is (132,89,52). Sum of RGB (Red+Green+Blue) = 132+89+52=273 (36% of max value = 765). Red value is 132 (51.95% from 255 or 48.35% from 273); Green value is 89 (35.16% from 255 or 32.60% from 273); Blue value is 52 (20.70% from 255 or 19.05% from 273); Max value from RGB is 132 - color contains mainly: red. Hex color #845934 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845934 is #7BA6CB. Grayscale: #616161. Windows color (decimal): -8103628 or 3430788. OLE color: 3430788.

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

Color convert

RGB1328952-
CMYK00.330.610.48
HSL27.75º43.48%36.08%-
HSV(B)27.75º60.61%51.76%-
XYZ13.7112.34.9-
YUV97.64102.25152.51-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 48.35%
GREEN value IS 89 (35.16% from 255) = 32.60%
BLUE value IS 52 (20.70% from 255) = 19.05%
R=48.35%
G=32.60%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132895200.330.610.4827.7543.4836.08
Hex8459340213D301c2b24
Octal204131640417560345344
Binary100001001011001110100010000111110111000011100101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845934; }

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

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

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

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

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

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

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

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