#805E3A

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

Shades of Potters Clay #805E3A

Tints of Potters Clay #805E3A

Color information

#805E3A (or 0x805E3A) is unknown color: approx Potters Clay. HEX triplet: 80, 5E and 3A. RGB value is (128,94,58). Sum of RGB (Red+Green+Blue) = 128+94+58=280 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.71% from 280); Green value is 94 (37.11% from 255 or 33.57% from 280); Blue value is 58 (23.05% from 255 or 20.71% from 280); Max value from RGB is 128 - color contains mainly: red. Hex color #805E3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E3A is #7FA1C5. Grayscale: #646464. Windows color (decimal): -8364486 or 3825280. OLE color: 3825280.

HSL color Cylindrical-coordinate representation of color #805E3A: hue angle of 30.86º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #805E3A is Cyan = 0, Magento = 0.27, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB1289458-
CMYK00.270.550.50
HSL30.86º37.63%36.47%-
HSV(B)30.86º54.69%50.2%-
XYZ13.6712.95.77-
YUV100.06104.26147.93-

RGB Variations

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

RGB

RED value IS 128 (50.39% from 255) = 45.71%
GREEN value IS 94 (37.11% from 255) = 33.57%
BLUE value IS 58 (23.05% from 255) = 20.71%
R=45.71%
G=33.57%
B=20.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.55
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal128945800.270.550.5030.8637.6336.47
Hex805E3A01B37321f2624
Octal200136720336762374644
Binary10000000101111011101001101111011111001011111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #805E3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #805E3A; }

 p { color: rgb(128,94,58); }

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

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

 a { background-color: rgb(128,94,58); }

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

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

 span { border-color: rgb(128,94,58); }

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