Html Css Color HEX #7E5B39 Potters Clay

📋 copy color: '#7E5B39'

red 126 ◦ green 91 ◦ blue 57

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

Shades of Potters Clay #7E5B39

Tints of Potters Clay #7E5B39

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 20.8%

R = 45.99%
G = 33.21%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E5B39 (or 0x7E5B39) is known color: Potters Clay. HEX triplet: 7E, 5B and 39. RGB value is (126,91,57). Sum of RGB (Red+Green+Blue) = 126+91+57=274 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.99% from 274); Green value is 91 (35.94% from 255 or 33.21% from 274); Blue value is 57 (22.66% from 255 or 20.80% from 274); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5B39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5B39 is #81A4C6. Grayscale: #616161. Windows color (decimal): -8496327 or 3758974. OLE color: 3758974.

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

Color convert

RGB 126 91 57 -
CMYK 0 0.28 0.55 0.51
HSL 29.57º 0.38% 0.36% -
HSV(B) 29.57º 0.55% 0.49% -
XYZ 13.08 12.21 5.54 -
YUV 97.59 105.1 148.26 -
System Red Green Blue C M Y K H S L
Decimal 126 91 57 0 0.28 0.55 0.51 29.57 0.38 0.36
Hex 7E 5B 39 0 1C 37 33 1E 26 24
Octal 176 133 71 0 34 67 63 36 46 44
Binary 1111110 1011011 111001 0 11100 110111 110011 11110 100110 100100

Color Harmonies of #7E5B39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5B39

Black with #7E5B39

Text Example


Text Example

White with #7E5B39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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