Html Css Color HEX #785A2F Shingle Fawn

📋 copy color: '#785A2F'

red 120 ◦ green 90 ◦ blue 47

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

Shades of Shingle Fawn #785A2F

Tints of Shingle Fawn #785A2F

RGB

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

 GREEN value IS 90 (35.55% from 255) = 35.02%

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

R = 46.69%
G = 35.02%
B = 18.29%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#785A2F (or 0x785A2F) is known color: Shingle Fawn. HEX triplet: 78, 5A and 2F. RGB value is (120,90,47). Sum of RGB (Red+Green+Blue) = 120+90+47=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 90 (35.55% from 255 or 35.02% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #785A2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A2F is #87A5D0. Grayscale: #5E5E5E. Windows color (decimal): -8889809 or 3103352. OLE color: 3103352.

HSL color Cylindrical-coordinate representation of color #785A2F: hue angle of 35.34º 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 #785A2F is Cyan = 0, Magento = 0.25, Yellow = 0.61 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 47 -
CMYK 0 0.25 0.61 0.53
HSL 35.34º 0.44% 0.33% -
HSV(B) 35.34º 0.61% 0.47% -
XYZ 11.91 11.51 4.28 -
YUV 94.07 101.44 146.5 -
System Red Green Blue C M Y K H S L
Decimal 120 90 47 0 0.25 0.61 0.53 35.34 0.44 0.33
Hex 78 5A 2F 0 19 3D 35 23 2C 21
Octal 170 132 57 0 31 75 65 43 54 41
Binary 1111000 1011010 101111 0 11001 111101 110101 100011 101100 100001

Color Harmonies of #785A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A2F

Black with #785A2F

Text Example


Text Example

White with #785A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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