Html Css Color HEX #805A3A Potters Clay

📋 copy color: '#805A3A'

red 128 ◦ green 90 ◦ blue 58

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

Shades of Potters Clay #805A3A

Tints of Potters Clay #805A3A

RGB

 RED value IS 128 (50.39% from 255) = 46.38%

 GREEN value IS 90 (35.55% from 255) = 32.61%

 BLUE value IS 58 (23.05% from 255) = 21.01%

R = 46.38%
G = 32.61%
B = 21.01%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#805A3A (or 0x805A3A) is known color: Potters Clay. HEX triplet: 80, 5A and 3A. RGB value is (128,90,58). Sum of RGB (Red+Green+Blue) = 128+90+58=276 (36% of max value = 765). Red value is 128 (50.39% from 255 or 46.38% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 58 (23.05% from 255 or 21.01% from 276); Max value from RGB is 128 - color contains mainly: red. Hex color #805A3A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805A3A is #7FA5C5. Grayscale: #616161. Windows color (decimal): -8365510 or 3824256. OLE color: 3824256.

HSL color Cylindrical-coordinate representation of color #805A3A: hue angle of 27.43º 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 #805A3A is Cyan = 0, Magento = 0.30, Yellow = 0.55 and Black (K on CMYK) = 0.50.

Color convert

RGB 128 90 58 -
CMYK 0 0.30 0.55 0.50
HSL 27.43º 0.38% 0.36% -
HSV(B) 27.43º 0.55% 0.5% -
XYZ 13.32 12.21 5.66 -
YUV 97.71 105.59 149.6 -
System Red Green Blue C M Y K H S L
Decimal 128 90 58 0 0.30 0.55 0.50 27.43 0.38 0.36
Hex 80 5A 3A 0 1E 37 32 1B 26 24
Octal 200 132 72 0 36 67 62 33 46 44
Binary 10000000 1011010 111010 0 11110 110111 110010 11011 100110 100100

Color Harmonies of #805A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805A3A

Black with #805A3A

Text Example


Text Example

White with #805A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #805A3A;
 }
 .AnyTagClassName
 {
   color: #805A3A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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