Html Css Color HEX #785B31 Shingle Fawn

📋 copy color: '#785B31'

red 120 ◦ green 91 ◦ blue 49

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

Shades of Shingle Fawn #785B31

Tints of Shingle Fawn #785B31

RGB

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

 GREEN value IS 91 (35.94% from 255) = 35%

 BLUE value IS 49 (19.53% from 255) = 18.85%

R = 46.15%
G = 35%
B = 18.85%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#785B31 (or 0x785B31) is known color: Shingle Fawn. HEX triplet: 78, 5B and 31. RGB value is (120,91,49). Sum of RGB (Red+Green+Blue) = 120+91+49=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 91 (35.94% from 255 or 35% from 260); Blue value is 49 (19.53% from 255 or 18.85% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #785B31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785B31 is #87A4CE. Grayscale: #5F5F5F. Windows color (decimal): -8889551 or 3234680. OLE color: 3234680.

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

Color convert

RGB 120 91 49 -
CMYK 0 0.24 0.59 0.53
HSL 35.49º 0.42% 0.33% -
HSV(B) 35.49º 0.59% 0.47% -
XYZ 12.04 11.7 4.53 -
YUV 94.88 102.11 145.92 -
System Red Green Blue C M Y K H S L
Decimal 120 91 49 0 0.24 0.59 0.53 35.49 0.42 0.33
Hex 78 5B 31 0 18 3B 35 23 2A 21
Octal 170 133 61 0 30 73 65 43 52 41
Binary 1111000 1011011 110001 0 11000 111011 110101 100011 101010 100001

Color Harmonies of #785B31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785B31

Black with #785B31

Text Example


Text Example

White with #785B31

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(120,91,49); }

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

background-color css

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

 a { background-color: rgb(120,91,49); }

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

border-color css

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

 span { border-color: rgb(120,91,49); }

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