#8A5D3D

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

Shades of Potters Clay #8A5D3D

Tints of Potters Clay #8A5D3D

Color information

#8A5D3D (or 0x8A5D3D) is unknown color: approx Potters Clay. HEX triplet: 8A, 5D and 3D. RGB value is (138,93,61). Sum of RGB (Red+Green+Blue) = 138+93+61=292 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.26% from 292); Green value is 93 (36.72% from 255 or 31.85% from 292); Blue value is 61 (24.22% from 255 or 20.89% from 292); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D3D is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D3D is #75A2C2. Grayscale: #666666. Windows color (decimal): -7709379 or 4021642. OLE color: 4021642.

HSL color Cylindrical-coordinate representation of color #8A5D3D: hue angle of 24.94º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8A5D3D is Cyan = 0, Magento = 0.33, Yellow = 0.56 and Black (K on CMYK) = 0.46.

Color convert

RGB1389361-
CMYK00.330.560.46
HSL24.94º38.69%39.02%-
HSV(B)24.94º55.8%54.12%-
XYZ15.2413.576.23-
YUV102.81104.41153.1-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 47.26%
GREEN value IS 93 (36.72% from 255) = 31.85%
BLUE value IS 61 (24.22% from 255) = 20.89%
R=47.26%
G=31.85%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138936100.330.560.4624.9438.6939.02
Hex8A5D3D021382E192727
Octal212135750417056314747
Binary100010101011101111101010000111100010111011001100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5D3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A5D3D; }

 p { color: rgb(138,93,61); }

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

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

 a { background-color: rgb(138,93,61); }

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

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

 span { border-color: rgb(138,93,61); }

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