Html Css Color HEX #7E5B45 Potters Clay

📋 copy color: '#7E5B45'

red 126 ◦ green 91 ◦ blue 69

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

Shades of Potters Clay #7E5B45

Tints of Potters Clay #7E5B45

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.82%

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

R = 44.06%
G = 31.82%
B = 24.13%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.45

 K value IS 0.51

RGB Variations

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

Color information

#7E5B45 (or 0x7E5B45) is known color: Potters Clay. HEX triplet: 7E, 5B and 45. RGB value is (126,91,69). Sum of RGB (Red+Green+Blue) = 126+91+69=286 (37% of max value = 765). Red value is 126 (49.61% from 255 or 44.06% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 69 (27.34% from 255 or 24.13% from 286); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B45 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5B45 is #81A4BA. Grayscale: #636363. Windows color (decimal): -8496315 or 4545406. OLE color: 4545406.

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

Color convert

RGB 126 91 69 -
CMYK 0 0.28 0.45 0.51
HSL 23.16º 0.29% 0.38% -
HSV(B) 23.16º 0.45% 0.49% -
XYZ 13.42 12.35 7.31 -
YUV 98.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 126 91 69 0 0.28 0.45 0.51 23.16 0.29 0.38
Hex 7E 5B 45 0 1C 2D 33 17 1D 26
Octal 176 133 105 0 34 55 63 27 35 46
Binary 1111110 1011011 1000101 0 11100 101101 110011 10111 11101 100110

Color Harmonies of #7E5B45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B45

Black with #7E5B45

Text Example


Text Example

White with #7E5B45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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