Html Css Color HEX #795A41 Potters Clay

📋 copy color: '#795A41'

red 121 ◦ green 90 ◦ blue 65

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

Shades of Potters Clay #795A41

Tints of Potters Clay #795A41

RGB

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

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

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

R = 43.84%
G = 32.61%
B = 23.55%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#795A41 (or 0x795A41) is known color: Potters Clay. HEX triplet: 79, 5A and 41. RGB value is (121,90,65). Sum of RGB (Red+Green+Blue) = 121+90+65=276 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.84% from 276); Green value is 90 (35.55% from 255 or 32.61% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 121 - color contains mainly: red. Hex color #795A41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795A41 is #86A5BE. Grayscale: #606060. Windows color (decimal): -8824255 or 4283001. OLE color: 4283001.

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

Color convert

RGB 121 90 65 -
CMYK 0 0.26 0.46 0.53
HSL 26.79º 0.3% 0.36% -
HSV(B) 26.79º 0.46% 0.47% -
XYZ 12.5 11.76 6.61 -
YUV 96.42 110.27 145.53 -
System Red Green Blue C M Y K H S L
Decimal 121 90 65 0 0.26 0.46 0.53 26.79 0.3 0.36
Hex 79 5A 41 0 1A 2E 35 1B 1E 24
Octal 171 132 101 0 32 56 65 33 36 44
Binary 1111001 1011010 1000001 0 11010 101110 110101 11011 11110 100100

Color Harmonies of #795A41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795A41

Black with #795A41

Text Example


Text Example

White with #795A41

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795A41; }

 p { color: rgb(121,90,65); }

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

background-color css

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

 a { background-color: rgb(121,90,65); }

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

border-color css

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

 span { border-color: rgb(121,90,65); }

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