Html Css Color HEX #7D603C Shingle Fawn

📋 copy color: '#7D603C'

red 125 ◦ green 96 ◦ blue 60

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

Shades of Shingle Fawn #7D603C

Tints of Shingle Fawn #7D603C

RGB

 RED value IS 125 (49.22% from 255) = 44.48%

 GREEN value IS 96 (37.89% from 255) = 34.16%

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

R = 44.48%
G = 34.16%
B = 21.35%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#7D603C (or 0x7D603C) is known color: Shingle Fawn. HEX triplet: 7D, 60 and 3C. RGB value is (125,96,60). Sum of RGB (Red+Green+Blue) = 125+96+60=281 (37% of max value = 765). Red value is 125 (49.22% from 255 or 44.48% from 281); Green value is 96 (37.89% from 255 or 34.16% from 281); Blue value is 60 (23.83% from 255 or 21.35% from 281); Max value from RGB is 125 - color contains mainly: red. Hex color #7D603C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D603C is #829FC3. Grayscale: #646464. Windows color (decimal): -8560580 or 3956861. OLE color: 3956861.

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

Color convert

RGB 125 96 60 -
CMYK 0 0.23 0.52 0.51
HSL 33.23º 0.35% 0.36% -
HSV(B) 33.23º 0.52% 0.49% -
XYZ 13.46 13.05 6.09 -
YUV 100.57 105.11 145.43 -
System Red Green Blue C M Y K H S L
Decimal 125 96 60 0 0.23 0.52 0.51 33.23 0.35 0.36
Hex 7D 60 3C 0 17 34 33 21 23 24
Octal 175 140 74 0 27 64 63 41 43 44
Binary 1111101 1100000 111100 0 10111 110100 110011 100001 100011 100100

Color Harmonies of #7D603C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D603C

Black with #7D603C

Text Example


Text Example

White with #7D603C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,96,60); }

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

background-color css

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

 a { background-color: rgb(125,96,60); }

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

border-color css

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

 span { border-color: rgb(125,96,60); }

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