Html Css Color HEX #805E41 Potters Clay

📋 copy color: '#805E41'

red 128 ◦ green 94 ◦ blue 65

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

Shades of Potters Clay #805E41

Tints of Potters Clay #805E41

RGB

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

 GREEN value IS 94 (37.11% from 255) = 32.75%

 BLUE value IS 65 (25.78% from 255) = 22.65%

R = 44.6%
G = 32.75%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.49

 K value IS 0.50

RGB Variations

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

Color information

#805E41 (or 0x805E41) is known color: Potters Clay. HEX triplet: 80, 5E and 41. RGB value is (128,94,65). Sum of RGB (Red+Green+Blue) = 128+94+65=287 (38% of max value = 765). Red value is 128 (50.39% from 255 or 44.60% from 287); Green value is 94 (37.11% from 255 or 32.75% from 287); Blue value is 65 (25.78% from 255 or 22.65% from 287); Max value from RGB is 128 - color contains mainly: red. Hex color #805E41 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E41 is #7FA1BE. Grayscale: #656565. Windows color (decimal): -8364479 or 4284032. OLE color: 4284032.

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

Color convert

RGB 128 94 65 -
CMYK 0 0.27 0.49 0.50
HSL 27.62º 0.33% 0.38% -
HSV(B) 27.62º 0.49% 0.5% -
XYZ 13.86 12.98 6.78 -
YUV 100.86 107.76 147.36 -
System Red Green Blue C M Y K H S L
Decimal 128 94 65 0 0.27 0.49 0.50 27.62 0.33 0.38
Hex 80 5E 41 0 1B 31 32 1C 21 26
Octal 200 136 101 0 33 61 62 34 41 46
Binary 10000000 1011110 1000001 0 11011 110001 110010 11100 100001 100110

Color Harmonies of #805E41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E41

Black with #805E41

Text Example


Text Example

White with #805E41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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