#845741

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

Shades of Potters Clay #845741

Tints of Potters Clay #845741

Color information

#845741 (or 0x845741) is unknown color: approx Potters Clay. HEX triplet: 84, 57 and 41. RGB value is (132,87,65). Sum of RGB (Red+Green+Blue) = 132+87+65=284 (37% of max value = 765). Red value is 132 (51.95% from 255 or 46.48% from 284); Green value is 87 (34.38% from 255 or 30.63% from 284); Blue value is 65 (25.78% from 255 or 22.89% from 284); Max value from RGB is 132 - color contains mainly: red. Hex color #845741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #845741 is #7BA8BE. Grayscale: #626262. Windows color (decimal): -8104127 or 4282244. OLE color: 4282244.

HSL color Cylindrical-coordinate representation of color #845741: hue angle of 19.7º degrees, saturation: 0.34, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #845741 is Cyan = 0, Magento = 0.34, Yellow = 0.51 and Black (K on CMYK) = 0.48.

Color convert

RGB1328765-
CMYK00.340.510.48
HSL19.7º34.01%38.63%-
HSV(B)19.7º50.76%51.76%-
XYZ13.8812.16.61-
YUV97.95109.41152.29-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 46.48%
GREEN value IS 87 (34.38% from 255) = 30.63%
BLUE value IS 65 (25.78% from 255) = 22.89%
R=46.48%
G=30.63%
B=22.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.51
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal132876500.340.510.4819.734.0138.63
Hex8457410223330142227
Octal2041271010426360244247
Binary1000010010101111000001010001011001111000010100100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #845741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #845741; }

 p { color: rgb(132,87,65); }

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

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

 a { background-color: rgb(132,87,65); }

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

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

 span { border-color: rgb(132,87,65); }

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