Html Css Color HEX #795B42 Potters Clay

📋 copy color: '#795B42'

red 121 ◦ green 91 ◦ blue 66

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

Shades of Potters Clay #795B42

Tints of Potters Clay #795B42

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.73%

 BLUE value IS 66 (26.17% from 255) = 23.74%

R = 43.53%
G = 32.73%
B = 23.74%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#795B42 (or 0x795B42) is known color: Potters Clay. HEX triplet: 79, 5B and 42. RGB value is (121,91,66). Sum of RGB (Red+Green+Blue) = 121+91+66=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 91 (35.94% from 255 or 32.73% from 278); Blue value is 66 (26.17% from 255 or 23.74% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795B42 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795B42 is #86A4BD. Grayscale: #616161. Windows color (decimal): -8823998 or 4348793. OLE color: 4348793.

HSL color Cylindrical-coordinate representation of color #795B42: hue angle of 27.27º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #795B42 is Cyan = 0, Magento = 0.25, Yellow = 0.45 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 91 66 -
CMYK 0 0.25 0.45 0.53
HSL 27.27º 0.29% 0.37% -
HSV(B) 27.27º 0.45% 0.47% -
XYZ 12.61 11.94 6.79 -
YUV 97.12 110.44 145.03 -
System Red Green Blue C M Y K H S L
Decimal 121 91 66 0 0.25 0.45 0.53 27.27 0.29 0.37
Hex 79 5B 42 0 19 2D 35 1B 1D 25
Octal 171 133 102 0 31 55 65 33 35 45
Binary 1111001 1011011 1000010 0 11001 101101 110101 11011 11101 100101

Color Harmonies of #795B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795B42

Black with #795B42

Text Example


Text Example

White with #795B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,91,66); }

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

background-color css

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

 a { background-color: rgb(121,91,66); }

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

border-color css

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

 span { border-color: rgb(121,91,66); }

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