Html Css Color HEX #7C5E3B Shingle Fawn

📋 copy color: '#7C5E3B'

red 124 ◦ green 94 ◦ blue 59

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

Shades of Shingle Fawn #7C5E3B

Tints of Shingle Fawn #7C5E3B

RGB

 RED value IS 124 (48.83% from 255) = 44.77%

 GREEN value IS 94 (37.11% from 255) = 33.94%

 BLUE value IS 59 (23.44% from 255) = 21.3%

R = 44.77%
G = 33.94%
B = 21.3%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C5E3B (or 0x7C5E3B) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 3B. RGB value is (124,94,59). Sum of RGB (Red+Green+Blue) = 124+94+59=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 94 (37.11% from 255 or 33.94% from 277); Blue value is 59 (23.44% from 255 or 21.30% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E3B is #83A1C4. Grayscale: #636363. Windows color (decimal): -8626629 or 3890812. OLE color: 3890812.

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

Color convert

RGB 124 94 59 -
CMYK 0 0.24 0.52 0.51
HSL 32.31º 0.36% 0.36% -
HSV(B) 32.31º 0.52% 0.49% -
XYZ 13.1 12.61 5.88 -
YUV 98.98 105.44 145.85 -
System Red Green Blue C M Y K H S L
Decimal 124 94 59 0 0.24 0.52 0.51 32.31 0.36 0.36
Hex 7C 5E 3B 0 18 34 33 20 24 24
Octal 174 136 73 0 30 64 63 40 44 44
Binary 1111100 1011110 111011 0 11000 110100 110011 100000 100100 100100

Color Harmonies of #7C5E3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E3B

Black with #7C5E3B

Text Example


Text Example

White with #7C5E3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(124,94,59); }

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

background-color css

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

 a { background-color: rgb(124,94,59); }

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

border-color css

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

 span { border-color: rgb(124,94,59); }

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