Html Css Color HEX #805E39 Potters Clay

📋 copy color: '#805E39'

red 128 ◦ green 94 ◦ blue 57

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

Shades of Potters Clay #805E39

Tints of Potters Clay #805E39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.43%

R = 45.88%
G = 33.69%
B = 20.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#805E39 (or 0x805E39) is known color: Potters Clay. HEX triplet: 80, 5E and 39. RGB value is (128,94,57). Sum of RGB (Red+Green+Blue) = 128+94+57=279 (36% of max value = 765). Red value is 128 (50.39% from 255 or 45.88% from 279); Green value is 94 (37.11% from 255 or 33.69% from 279); Blue value is 57 (22.66% from 255 or 20.43% from 279); Max value from RGB is 128 - color contains mainly: red. Hex color #805E39 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #805E39 is #7FA1C6. Grayscale: #646464. Windows color (decimal): -8364487 or 3759744. OLE color: 3759744.

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

Color convert

RGB 128 94 57 -
CMYK 0 0.27 0.55 0.50
HSL 31.27º 0.38% 0.36% -
HSV(B) 31.27º 0.55% 0.5% -
XYZ 13.64 12.89 5.64 -
YUV 99.95 103.76 148.01 -
System Red Green Blue C M Y K H S L
Decimal 128 94 57 0 0.27 0.55 0.50 31.27 0.38 0.36
Hex 80 5E 39 0 1B 37 32 1F 26 24
Octal 200 136 71 0 33 67 62 37 46 44
Binary 10000000 1011110 111001 0 11011 110111 110010 11111 100110 100100

Color Harmonies of #805E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #805E39

Black with #805E39

Text Example


Text Example

White with #805E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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