#845A3F

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

Shades of Potters Clay #845A3F

Tints of Potters Clay #845A3F

Color information

#845A3F (or 0x845A3F) is unknown color: approx Potters Clay. HEX triplet: 84, 5A and 3F. RGB value is (132,90,63). Sum of RGB (Red+Green+Blue) = 132+90+63=285 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.32% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 63 (25% from 255 or 22.11% from 285); Max value from RGB is 132 - color contains mainly: red. Hex color #845A3F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845A3F is #7BA5C0. Grayscale: #636363. Windows color (decimal): -8103361 or 4151940. OLE color: 4151940.

HSL color Cylindrical-coordinate representation of color #845A3F: hue angle of 23.48º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #845A3F is Cyan = 0, Magento = 0.32, Yellow = 0.52 and Black (K on CMYK) = 0.48.

Color convert

RGB1329063-
CMYK00.320.520.48
HSL23.48º35.38%38.24%-
HSV(B)23.48º52.27%51.76%-
XYZ14.0712.586.39-
YUV99.48107.41151.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.32%
GREEN value IS 90 (35.55% from 255) = 31.58%
BLUE value IS 63 (25% from 255) = 22.11%
R=46.32%
G=31.58%
B=22.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.52
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132906300.320.520.4823.4835.3838.24
Hex845A3F0203430172326
Octal204132770406460274346
Binary100001001011010111111010000011010011000010111100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845A3F; }

 p { color: rgb(132,90,63); }

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

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

 a { background-color: rgb(132,90,63); }

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

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

 span { border-color: rgb(132,90,63); }

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