Html Css Color HEX #8A5D3C Potters Clay

📋 copy color: '#8A5D3C'

red 138 ◦ green 93 ◦ blue 60

#8A5D3C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Potters Clay #8A5D3C

Tints of Potters Clay #8A5D3C

RGB

 RED value IS 138 (54.3% from 255) = 47.42%

 GREEN value IS 93 (36.72% from 255) = 31.96%

 BLUE value IS 60 (23.83% from 255) = 20.62%

R = 47.42%
G = 31.96%
B = 20.62%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.57

 K value IS 0.46

RGB Variations

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

Color information

#8A5D3C (or 0x8A5D3C) is known color: Potters Clay. HEX triplet: 8A, 5D and 3C. RGB value is (138,93,60). Sum of RGB (Red+Green+Blue) = 138+93+60=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 93 (36.72% from 255 or 31.96% from 291); Blue value is 60 (23.83% from 255 or 20.62% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A5D3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #8A5D3C is #75A2C3. Grayscale: #666666. Windows color (decimal): -7709380 or 3956106. OLE color: 3956106.

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

Color convert

RGB 138 93 60 -
CMYK 0 0.33 0.57 0.46
HSL 25.38º 0.39% 0.39% -
HSV(B) 25.38º 0.57% 0.54% -
XYZ 15.21 13.56 6.09 -
YUV 102.69 103.91 153.18 -
System Red Green Blue C M Y K H S L
Decimal 138 93 60 0 0.33 0.57 0.46 25.38 0.39 0.39
Hex 8A 5D 3C 0 21 39 2E 19 27 27
Octal 212 135 74 0 41 71 56 31 47 47
Binary 10001010 1011101 111100 0 100001 111001 101110 11001 100111 100111

Color Harmonies of #8A5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A5D3C

Black with #8A5D3C

Text Example


Text Example

White with #8A5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8A5D3C;
 }
 .AnyTagClassName
 {
   color: #8A5D3C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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