Html Css Color HEX #7E5D39 Shingle Fawn

📋 copy color: '#7E5D39'

red 126 ◦ green 93 ◦ blue 57

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

Shades of Shingle Fawn #7E5D39

Tints of Shingle Fawn #7E5D39

RGB

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

 GREEN value IS 93 (36.72% from 255) = 33.7%

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

R = 45.65%
G = 33.7%
B = 20.65%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7E5D39 (or 0x7E5D39) is known color: Shingle Fawn. HEX triplet: 7E, 5D and 39. RGB value is (126,93,57). Sum of RGB (Red+Green+Blue) = 126+93+57=276 (36% of max value = 765). Red value is 126 (49.61% from 255 or 45.65% from 276); Green value is 93 (36.72% from 255 or 33.70% from 276); Blue value is 57 (22.66% from 255 or 20.65% from 276); Max value from RGB is 126 - color contains mainly: red. Hex color #7E5D39 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7E5D39 is #81A2C6. Grayscale: #626262. Windows color (decimal): -8495815 or 3759486. OLE color: 3759486.

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

Color convert

RGB 126 93 57 -
CMYK 0 0.26 0.55 0.51
HSL 31.3º 0.38% 0.36% -
HSV(B) 31.3º 0.55% 0.49% -
XYZ 13.26 12.56 5.6 -
YUV 98.76 104.43 147.43 -
System Red Green Blue C M Y K H S L
Decimal 126 93 57 0 0.26 0.55 0.51 31.3 0.38 0.36
Hex 7E 5D 39 0 1A 37 33 1F 26 24
Octal 176 135 71 0 32 67 63 37 46 44
Binary 1111110 1011101 111001 0 11010 110111 110011 11111 100110 100100

Color Harmonies of #7E5D39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7E5D39

Black with #7E5D39

Text Example


Text Example

White with #7E5D39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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