Html Css Color HEX #795C41 Potters Clay

📋 copy color: '#795C41'

red 121 ◦ green 92 ◦ blue 65

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

Shades of Potters Clay #795C41

Tints of Potters Clay #795C41

RGB

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

 GREEN value IS 92 (36.33% from 255) = 33.09%

 BLUE value IS 65 (25.78% from 255) = 23.38%

R = 43.53%
G = 33.09%
B = 23.38%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.46

 K value IS 0.53

RGB Variations

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

Color information

#795C41 (or 0x795C41) is known color: Potters Clay. HEX triplet: 79, 5C and 41. RGB value is (121,92,65). Sum of RGB (Red+Green+Blue) = 121+92+65=278 (36% of max value = 765). Red value is 121 (47.66% from 255 or 43.53% from 278); Green value is 92 (36.33% from 255 or 33.09% from 278); Blue value is 65 (25.78% from 255 or 23.38% from 278); Max value from RGB is 121 - color contains mainly: red. Hex color #795C41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #795C41 is #86A3BE. Grayscale: #616161. Windows color (decimal): -8823743 or 4283513. OLE color: 4283513.

HSL color Cylindrical-coordinate representation of color #795C41: hue angle of 28.93º degrees, saturation: 0.3, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #795C41 is Cyan = 0, Magento = 0.24, Yellow = 0.46 and Black (K on CMYK) = 0.53.

Color convert

RGB 121 92 65 -
CMYK 0 0.24 0.46 0.53
HSL 28.93º 0.3% 0.36% -
HSV(B) 28.93º 0.46% 0.47% -
XYZ 12.67 12.1 6.67 -
YUV 97.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 121 92 65 0 0.24 0.46 0.53 28.93 0.3 0.36
Hex 79 5C 41 0 18 2E 35 1D 1E 24
Octal 171 134 101 0 30 56 65 35 36 44
Binary 1111001 1011100 1000001 0 11000 101110 110101 11101 11110 100100

Color Harmonies of #795C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #795C41

Black with #795C41

Text Example


Text Example

White with #795C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(121,92,65); }

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

background-color css

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

 a { background-color: rgb(121,92,65); }

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

border-color css

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

 span { border-color: rgb(121,92,65); }

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