Html Css Color HEX #795842 Potters Clay

📋 copy color: '#795842'

red 121 ◦ green 88 ◦ blue 66

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

Shades of Potters Clay #795842

Tints of Potters Clay #795842

RGB

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

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

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

R = 44%
G = 32%
B = 24%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.45

 K value IS 0.53

RGB Variations

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

Color information

#795842 (or 0x795842) is known color: Potters Clay. HEX triplet: 79, 58 and 42. RGB value is (121,88,66). Sum of RGB (Red+Green+Blue) = 121+88+66=275 (36% of max value = 765). Red value is 121 (47.66% from 255 or 44% from 275); Green value is 88 (34.77% from 255 or 32% from 275); Blue value is 66 (26.17% from 255 or 24% from 275); Max value from RGB is 121 - color contains mainly: red. Hex color #795842 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795842 is #86A7BD. Grayscale: #5F5F5F. Windows color (decimal): -8824766 or 4348025. OLE color: 4348025.

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

Color convert

RGB 121 88 66 -
CMYK 0 0.27 0.45 0.53
HSL 24º 0.29% 0.37% -
HSV(B) 24º 0.45% 0.47% -
XYZ 12.36 11.44 6.71 -
YUV 95.36 111.43 146.29 -
System Red Green Blue C M Y K H S L
Decimal 121 88 66 0 0.27 0.45 0.53 24 0.29 0.37
Hex 79 58 42 0 1B 2D 35 18 1D 25
Octal 171 130 102 0 33 55 65 30 35 45
Binary 1111001 1011000 1000010 0 11011 101101 110101 11000 11101 100101

Color Harmonies of #795842

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795842

Black with #795842

Text Example


Text Example

White with #795842

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #795842; }

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

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

background-color css

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

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

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

border-color css

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

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

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