Html Css Color HEX #7C5E3C Shingle Fawn

📋 copy color: '#7C5E3C'

red 124 ◦ green 94 ◦ blue 60

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

Shades of Shingle Fawn #7C5E3C

Tints of Shingle Fawn #7C5E3C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 21.58%

R = 44.6%
G = 33.81%
B = 21.58%

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

#7C5E3C (or 0x7C5E3C) is known color: Shingle Fawn. HEX triplet: 7C, 5E and 3C. RGB value is (124,94,60). Sum of RGB (Red+Green+Blue) = 124+94+60=278 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.60% from 278); Green value is 94 (37.11% from 255 or 33.81% from 278); Blue value is 60 (23.83% from 255 or 21.58% from 278); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5E3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5E3C is #83A1C3. Grayscale: #636363. Windows color (decimal): -8626628 or 3956348. OLE color: 3956348.

HSL color Cylindrical-coordinate representation of color #7C5E3C: hue angle of 31.88º degrees, saturation: 0.35, 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 #7C5E3C is Cyan = 0, Magento = 0.24, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 124 94 60 -
CMYK 0 0.24 0.52 0.51
HSL 31.88º 0.35% 0.36% -
HSV(B) 31.88º 0.52% 0.49% -
XYZ 13.13 12.62 6.02 -
YUV 99.09 105.94 145.76 -
System Red Green Blue C M Y K H S L
Decimal 124 94 60 0 0.24 0.52 0.51 31.88 0.35 0.36
Hex 7C 5E 3C 0 18 34 33 20 23 24
Octal 174 136 74 0 30 64 63 40 43 44
Binary 1111100 1011110 111100 0 11000 110100 110011 100000 100011 100100

Color Harmonies of #7C5E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5E3C

Black with #7C5E3C

Text Example


Text Example

White with #7C5E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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