#845F3C

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

Shades of Potters Clay #845F3C

Tints of Potters Clay #845F3C

Color information

#845F3C (or 0x845F3C) is unknown color: approx Potters Clay. HEX triplet: 84, 5F and 3C. RGB value is (132,95,60). Sum of RGB (Red+Green+Blue) = 132+95+60=287 (38% of max value = 765). Red value is 132 (51.95% from 255 or 45.99% from 287); Green value is 95 (37.5% from 255 or 33.10% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 132 - color contains mainly: red. Hex color #845F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845F3C is #7BA0C3. Grayscale: #666666. Windows color (decimal): -8102084 or 3956612. OLE color: 3956612.

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

Color convert

RGB1329560-
CMYK00.280.550.48
HSL29.17º37.5%37.65%-
HSV(B)29.17º54.55%51.76%-
XYZ14.4213.426.1-
YUV102.07104.26149.35-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 45.99%
GREEN value IS 95 (37.5% from 255) = 33.10%
BLUE value IS 60 (23.83% from 255) = 20.91%
R=45.99%
G=33.10%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.55
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132956000.280.550.4829.1737.537.65
Hex845F3C01C37301d2626
Octal204137740346760354646
Binary10000100101111111110001110011011111000011101100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(132,95,60); }

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

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

 a { background-color: rgb(132,95,60); }

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

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

 span { border-color: rgb(132,95,60); }

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