Html Css Color HEX #795845 Potters Clay

📋 copy color: '#795845'

red 121 ◦ green 88 ◦ blue 69

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

Shades of Potters Clay #795845

Tints of Potters Clay #795845

RGB

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

 GREEN value IS 88 (34.77% from 255) = 31.65%

 BLUE value IS 69 (27.34% from 255) = 24.82%

R = 43.53%
G = 31.65%
B = 24.82%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#795845 (or 0x795845) is known color: Potters Clay. HEX triplet: 79, 58 and 45. RGB value is (121,88,69). Sum of RGB (Red+Green+Blue) = 121+88+69=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 69 (27.34% from 255 or 24.82% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795845 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795845 is #86A7BA. Grayscale: #5F5F5F. Windows color (decimal): -8824763 or 4544633. OLE color: 4544633.

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

Color convert

RGB 121 88 69 -
CMYK 0 0.27 0.43 0.53
HSL 21.92º 0.27% 0.37% -
HSV(B) 21.92º 0.43% 0.47% -
XYZ 12.45 11.47 7.19 -
YUV 95.7 112.93 146.04 -
System Red Green Blue C M Y K H S L
Decimal 121 88 69 0 0.27 0.43 0.53 21.92 0.27 0.37
Hex 79 58 45 0 1B 2B 35 16 1B 25
Octal 171 130 105 0 33 53 65 26 33 45
Binary 1111001 1011000 1000101 0 11011 101011 110101 10110 11011 100101

Color Harmonies of #795845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795845

Black with #795845

Text Example


Text Example

White with #795845

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795845; }

 p { color: rgb(121,88,69); }

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

background-color css

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

 a { background-color: rgb(121,88,69); }

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

border-color css

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

 span { border-color: rgb(121,88,69); }

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