Html Css Color HEX #7C5D3C Shingle Fawn

📋 copy color: '#7C5D3C'

red 124 ◦ green 93 ◦ blue 60

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

Shades of Shingle Fawn #7C5D3C

Tints of Shingle Fawn #7C5D3C

RGB

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

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

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

R = 44.77%
G = 33.57%
B = 21.66%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7C5D3C (or 0x7C5D3C) is known color: Shingle Fawn. HEX triplet: 7C, 5D and 3C. RGB value is (124,93,60). Sum of RGB (Red+Green+Blue) = 124+93+60=277 (36% of max value = 765). Red value is 124 (48.83% from 255 or 44.77% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 60 (23.83% from 255 or 21.66% from 277); Max value from RGB is 124 - color contains mainly: red. Hex color #7C5D3C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7C5D3C is #83A2C3. Grayscale: #626262. Windows color (decimal): -8626884 or 3956092. OLE color: 3956092.

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

Color convert

RGB 124 93 60 -
CMYK 0 0.25 0.52 0.51
HSL 30.94º 0.35% 0.36% -
HSV(B) 30.94º 0.52% 0.49% -
XYZ 13.04 12.44 5.99 -
YUV 98.51 106.27 146.18 -
System Red Green Blue C M Y K H S L
Decimal 124 93 60 0 0.25 0.52 0.51 30.94 0.35 0.36
Hex 7C 5D 3C 0 19 34 33 1F 23 24
Octal 174 135 74 0 31 64 63 37 43 44
Binary 1111100 1011101 111100 0 11001 110100 110011 11111 100011 100100

Color Harmonies of #7C5D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7C5D3C

Black with #7C5D3C

Text Example


Text Example

White with #7C5D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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