Html Css Color HEX #785331 Shingle Fawn

📋 copy color: '#785331'

red 120 ◦ green 83 ◦ blue 49

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

Shades of Shingle Fawn #785331

Tints of Shingle Fawn #785331

RGB

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

 GREEN value IS 83 (32.81% from 255) = 32.94%

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

R = 47.62%
G = 32.94%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.59

 K value IS 0.53

RGB Variations

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

Color information

#785331 (or 0x785331) is known color: Shingle Fawn. HEX triplet: 78, 53 and 31. RGB value is (120,83,49). Sum of RGB (Red+Green+Blue) = 120+83+49=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 83 (32.81% from 255 or 32.94% from 252); Blue value is 49 (19.53% from 255 or 19.44% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785331 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785331 is #87ACCE. Grayscale: #5A5A5A. Windows color (decimal): -8891599 or 3232632. OLE color: 3232632.

HSL color Cylindrical-coordinate representation of color #785331: hue angle of 28.73º 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 #785331 is Cyan = 0, Magento = 0.31, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 49 -
CMYK 0 0.31 0.59 0.53
HSL 28.73º 0.42% 0.33% -
HSV(B) 28.73º 0.59% 0.47% -
XYZ 11.39 10.4 4.31 -
YUV 90.19 104.76 149.26 -
System Red Green Blue C M Y K H S L
Decimal 120 83 49 0 0.31 0.59 0.53 28.73 0.42 0.33
Hex 78 53 31 0 1F 3B 35 1D 2A 21
Octal 170 123 61 0 37 73 65 35 52 41
Binary 1111000 1010011 110001 0 11111 111011 110101 11101 101010 100001

Color Harmonies of #785331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785331

Black with #785331

Text Example


Text Example

White with #785331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785331; }

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

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

background-color css

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

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

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

border-color css

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

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

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