Html Css Color HEX #795940 Potters Clay

📋 copy color: '#795940'

red 121 ◦ green 89 ◦ blue 64

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

Shades of Potters Clay #795940

Tints of Potters Clay #795940

RGB

 RED value IS 121 (47.66% from 255) = 44.16%

 GREEN value IS 89 (35.16% from 255) = 32.48%

 BLUE value IS 64 (25.39% from 255) = 23.36%

R = 44.16%
G = 32.48%
B = 23.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.47

 K value IS 0.53

RGB Variations

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

Color information

#795940 (or 0x795940) is known color: Potters Clay. HEX triplet: 79, 59 and 40. RGB value is (121,89,64). Sum of RGB (Red+Green+Blue) = 121+89+64=274 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44.16% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 64 (25.39% from 255 or 23.36% from 274); Max value from RGB is 121 - color contains mainly: red. Hex color #795940 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795940 is #86A6BF. Grayscale: #5F5F5F. Windows color (decimal): -8824512 or 4217209. OLE color: 4217209.

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

Color convert

RGB 121 89 64 -
CMYK 0 0.26 0.47 0.53
HSL 26.32º 0.31% 0.36% -
HSV(B) 26.32º 0.47% 0.47% -
XYZ 12.38 11.58 6.43 -
YUV 95.72 110.1 146.03 -
System Red Green Blue C M Y K H S L
Decimal 121 89 64 0 0.26 0.47 0.53 26.32 0.31 0.36
Hex 79 59 40 0 1A 2F 35 1A 1F 24
Octal 171 131 100 0 32 57 65 32 37 44
Binary 1111001 1011001 1000000 0 11010 101111 110101 11010 11111 100100

Color Harmonies of #795940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795940

Black with #795940

Text Example


Text Example

White with #795940

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795940; }

 p { color: rgb(121,89,64); }

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

background-color css

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

 a { background-color: rgb(121,89,64); }

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

border-color css

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

 span { border-color: rgb(121,89,64); }

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