Html Css Color HEX #7D5D38 Shingle Fawn

📋 copy color: '#7D5D38'

red 125 ◦ green 93 ◦ blue 56

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

Shades of Shingle Fawn #7D5D38

Tints of Shingle Fawn #7D5D38

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 20.44%

R = 45.62%
G = 33.94%
B = 20.44%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.55

 K value IS 0.51

RGB Variations

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

Color information

#7D5D38 (or 0x7D5D38) is known color: Shingle Fawn. HEX triplet: 7D, 5D and 38. RGB value is (125,93,56). Sum of RGB (Red+Green+Blue) = 125+93+56=274 (36% of max value = 765). Red value is 125 (49.22% from 255 or 45.62% from 274); Green value is 93 (36.72% from 255 or 33.94% from 274); Blue value is 56 (22.27% from 255 or 20.44% from 274); Max value from RGB is 125 - color contains mainly: red. Hex color #7D5D38 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7D5D38 is #82A2C7. Grayscale: #626262. Windows color (decimal): -8561352 or 3693949. OLE color: 3693949.

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

Color convert

RGB 125 93 56 -
CMYK 0 0.26 0.55 0.51
HSL 32.17º 0.38% 0.35% -
HSV(B) 32.17º 0.55% 0.49% -
XYZ 13.09 12.47 5.46 -
YUV 98.35 104.1 147.01 -
System Red Green Blue C M Y K H S L
Decimal 125 93 56 0 0.26 0.55 0.51 32.17 0.38 0.35
Hex 7D 5D 38 0 1A 37 33 20 26 23
Octal 175 135 70 0 32 67 63 40 46 43
Binary 1111101 1011101 111000 0 11010 110111 110011 100000 100110 100011

Color Harmonies of #7D5D38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7D5D38

Black with #7D5D38

Text Example


Text Example

White with #7D5D38

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(125,93,56); }

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

background-color css

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

 a { background-color: rgb(125,93,56); }

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

border-color css

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

 span { border-color: rgb(125,93,56); }

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