Html Css Color HEX #795945 Potters Clay

📋 copy color: '#795945'

red 121 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #795945

Tints of Potters Clay #795945

RGB

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

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

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

R = 43.37%
G = 31.9%
B = 24.73%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.43

 K value IS 0.53

RGB Variations

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

Color information

#795945 (or 0x795945) is known color: Potters Clay. HEX triplet: 79, 59 and 45. RGB value is (121,89,69). Sum of RGB (Red+Green+Blue) = 121+89+69=279 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.37% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 121 - color contains mainly: red. Hex color #795945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795945 is #86A6BA. Grayscale: #606060. Windows color (decimal): -8824507 or 4544889. OLE color: 4544889.

HSL color Cylindrical-coordinate representation of color #795945: hue angle of 23.08º 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 #795945 is Cyan = 0, Magento = 0.26, Yellow = 0.43 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 89 69 -
CMYK 0 0.26 0.43 0.53
HSL 23.08º 0.27% 0.37% -
HSV(B) 23.08º 0.43% 0.47% -
XYZ 12.53 11.64 7.22 -
YUV 96.29 112.6 145.63 -
System Red Green Blue C M Y K H S L
Decimal 121 89 69 0 0.26 0.43 0.53 23.08 0.27 0.37
Hex 79 59 45 0 1A 2B 35 17 1B 25
Octal 171 131 105 0 32 53 65 27 33 45
Binary 1111001 1011001 1000101 0 11010 101011 110101 10111 11011 100101

Color Harmonies of #795945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795945

Black with #795945

Text Example


Text Example

White with #795945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795945; }

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

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

background-color css

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

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

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

border-color css

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

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

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