Html Css Color HEX #7D5735 Shingle Fawn

📋 copy color: '#7D5735'

red 125 ◦ green 87 ◦ blue 53

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

Shades of Shingle Fawn #7D5735

Tints of Shingle Fawn #7D5735

RGB

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

 GREEN value IS 87 (34.38% from 255) = 32.83%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 47.17%
G = 32.83%
B = 20%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.51

RGB Variations

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

Color information

#7D5735 (or 0x7D5735) is known color: Shingle Fawn. HEX triplet: 7D, 57 and 35. RGB value is (125,87,53). Sum of RGB (Red+Green+Blue) = 125+87+53=265 (35% of max value = 765). Red value is 125 (49.22% from 255 or 47.17% from 265); Green value is 87 (34.38% from 255 or 32.83% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5735 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5735 is #82A8CA. Grayscale: #5E5E5E. Windows color (decimal): -8562891 or 3495805. OLE color: 3495805.

HSL color Cylindrical-coordinate representation of color #7D5735: hue angle of 28.33º degrees, saturation: 0.4, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #7D5735 is Cyan = 0, Magento = 0.30, Yellow = 0.58 and Black (K on CMYK) = 0.51.

Color convert

RGB 125 87 53 -
CMYK 0 0.30 0.58 0.51
HSL 28.33º 0.4% 0.35% -
HSV(B) 28.33º 0.58% 0.49% -
XYZ 12.51 11.43 4.92 -
YUV 94.49 104.59 149.76 -
System Red Green Blue C M Y K H S L
Decimal 125 87 53 0 0.30 0.58 0.51 28.33 0.4 0.35
Hex 7D 57 35 0 1E 3A 33 1C 28 23
Octal 175 127 65 0 36 72 63 34 50 43
Binary 1111101 1010111 110101 0 11110 111010 110011 11100 101000 100011

Color Harmonies of #7D5735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5735

Black with #7D5735

Text Example


Text Example

White with #7D5735

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,87,53); }

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

background-color css

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

 a { background-color: rgb(125,87,53); }

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

border-color css

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

 span { border-color: rgb(125,87,53); }

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