Html Css Color HEX #805F3C Potters Clay

📋 copy color: '#805F3C'

red 128 ◦ green 95 ◦ blue 60

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

Shades of Potters Clay #805F3C

Tints of Potters Clay #805F3C

RGB

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

 GREEN value IS 95 (37.5% from 255) = 33.57%

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

R = 45.23%
G = 33.57%
B = 21.2%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.53

 K value IS 0.50

RGB Variations

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

Color information

#805F3C (or 0x805F3C) is known color: Potters Clay. HEX triplet: 80, 5F and 3C. RGB value is (128,95,60). Sum of RGB (Red+Green+Blue) = 128+95+60=283 (37% of max value = 765). Red value is 128 (50.39% from 255 or 45.23% from 283); Green value is 95 (37.5% from 255 or 33.57% from 283); Blue value is 60 (23.83% from 255 or 21.20% from 283); Max value from RGB is 128 - color contains mainly: red. Hex color #805F3C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805F3C is #7FA0C3. Grayscale: #656565. Windows color (decimal): -8364228 or 3956608. OLE color: 3956608.

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

Color convert

RGB 128 95 60 -
CMYK 0 0.26 0.53 0.50
HSL 30.88º 0.36% 0.37% -
HSV(B) 30.88º 0.53% 0.5% -
XYZ 13.81 13.1 6.08 -
YUV 100.88 104.93 147.35 -
System Red Green Blue C M Y K H S L
Decimal 128 95 60 0 0.26 0.53 0.50 30.88 0.36 0.37
Hex 80 5F 3C 0 1A 35 32 1F 24 25
Octal 200 137 74 0 32 65 62 37 44 45
Binary 10000000 1011111 111100 0 11010 110101 110010 11111 100100 100101

Color Harmonies of #805F3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805F3C

Black with #805F3C

Text Example


Text Example

White with #805F3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(128,95,60); }

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

background-color css

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

 a { background-color: rgb(128,95,60); }

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

border-color css

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

 span { border-color: rgb(128,95,60); }

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