Html Css Color HEX #785D2F Shingle Fawn

📋 copy color: '#785D2F'

red 120 ◦ green 93 ◦ blue 47

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

Shades of Shingle Fawn #785D2F

Tints of Shingle Fawn #785D2F

RGB

 RED value IS 120 (47.27% from 255) = 46.15%

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

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 46.15%
G = 35.77%
B = 18.08%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#785D2F (or 0x785D2F) is known color: Shingle Fawn. HEX triplet: 78, 5D and 2F. RGB value is (120,93,47). Sum of RGB (Red+Green+Blue) = 120+93+47=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 93 (36.72% from 255 or 35.77% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #785D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785D2F is #87A2D0. Grayscale: #606060. Windows color (decimal): -8889041 or 3104120. OLE color: 3104120.

HSL color Cylindrical-coordinate representation of color #785D2F: hue angle of 37.81º degrees, saturation: 0.44, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #785D2F is Cyan = 0, Magento = 0.22, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 93 47 -
CMYK 0 0.22 0.61 0.53
HSL 37.81º 0.44% 0.33% -
HSV(B) 37.81º 0.61% 0.47% -
XYZ 12.17 12.03 4.37 -
YUV 95.83 100.45 145.24 -
System Red Green Blue C M Y K H S L
Decimal 120 93 47 0 0.22 0.61 0.53 37.81 0.44 0.33
Hex 78 5D 2F 0 16 3D 35 26 2C 21
Octal 170 135 57 0 26 75 65 46 54 41
Binary 1111000 1011101 101111 0 10110 111101 110101 100110 101100 100001

Color Harmonies of #785D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785D2F

Black with #785D2F

Text Example


Text Example

White with #785D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785D2F; }

 p { color: rgb(120,93,47); }

 H1.HeaderClassName
 {
   color: #785D2F;
 }
 .AnyTagClassName
 {
   color: #785D2F;
 }
</style>

background-color css

<style>
 a { background-color: #785D2F; }

 a { background-color: rgb(120,93,47); }

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

border-color css

<style>
 span { border-color: #785D2F; }

 span { border-color: rgb(120,93,47); }

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