Html Css Color HEX #795848 Potters Clay

📋 copy color: '#795848'

red 121 ◦ green 88 ◦ blue 72

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

Shades of Potters Clay #795848

Tints of Potters Clay #795848

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 25.62%

R = 43.06%
G = 31.32%
B = 25.62%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.40

 K value IS 0.53

RGB Variations

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

Color information

#795848 (or 0x795848) is known color: Potters Clay. HEX triplet: 79, 58 and 48. RGB value is (121,88,72). Sum of RGB (Red+Green+Blue) = 121+88+72=281 (37% of max value = 765). Red value is 121 (47.66% from 255 or 43.06% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 72 (28.52% from 255 or 25.62% from 281); Max value from RGB is 121 - color contains mainly: red. Hex color #795848 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795848 is #86A7B7. Grayscale: #606060. Windows color (decimal): -8824760 or 4741241. OLE color: 4741241.

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

Color convert

RGB 121 88 72 -
CMYK 0 0.27 0.40 0.53
HSL 19.59º 0.25% 0.38% -
HSV(B) 19.59º 0.4% 0.47% -
XYZ 12.54 11.51 7.69 -
YUV 96.04 114.43 145.8 -
System Red Green Blue C M Y K H S L
Decimal 121 88 72 0 0.27 0.40 0.53 19.59 0.25 0.38
Hex 79 58 48 0 1B 28 35 14 19 26
Octal 171 130 110 0 33 50 65 24 31 46
Binary 1111001 1011000 1001000 0 11011 101000 110101 10100 11001 100110

Color Harmonies of #795848

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795848

Black with #795848

Text Example


Text Example

White with #795848

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795848; }

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

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

background-color css

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

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

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

border-color css

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

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

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