Html Css Color HEX #7E5945 Potters Clay

📋 copy color: '#7E5945'

red 126 ◦ green 89 ◦ blue 69

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

Shades of Potters Clay #7E5945

Tints of Potters Clay #7E5945

RGB

 RED value IS 126 (49.61% from 255) = 44.37%

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

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

R = 44.37%
G = 31.34%
B = 24.3%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7E5945 (or 0x7E5945) is known color: Potters Clay. HEX triplet: 7E, 59 and 45. RGB value is (126,89,69). Sum of RGB (Red+Green+Blue) = 126+89+69=284 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.37% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 69 (27.34% from 255 or 24.30% from 284); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5945 is #81A6BA. Grayscale: #616161. Windows color (decimal): -8496827 or 4544894. OLE color: 4544894.

HSL color Cylindrical-coordinate representation of color #7E5945: hue angle of 21.05º degrees, saturation: 0.29, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7E5945 is Cyan = 0, Magento = 0.29, Yellow = 0.45 and Black (K on CMYK) = 0.51.

Color convert

RGB 126 89 69 -
CMYK 0 0.29 0.45 0.51
HSL 21.05º 0.29% 0.38% -
HSV(B) 21.05º 0.45% 0.49% -
XYZ 13.25 12.01 7.25 -
YUV 97.78 111.76 148.13 -
System Red Green Blue C M Y K H S L
Decimal 126 89 69 0 0.29 0.45 0.51 21.05 0.29 0.38
Hex 7E 59 45 0 1D 2D 33 15 1D 26
Octal 176 131 105 0 35 55 63 25 35 46
Binary 1111110 1011001 1000101 0 11101 101101 110011 10101 11101 100110

Color Harmonies of #7E5945

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5945

Black with #7E5945

Text Example


Text Example

White with #7E5945

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7E5945; }

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

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

background-color css

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

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

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

border-color css

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

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

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