Html Css Color HEX #785A3B Shingle Fawn

📋 copy color: '#785A3B'

red 120 ◦ green 90 ◦ blue 59

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

Shades of Shingle Fawn #785A3B

Tints of Shingle Fawn #785A3B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 21.93%

R = 44.61%
G = 33.46%
B = 21.93%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#785A3B (or 0x785A3B) is known color: Shingle Fawn. HEX triplet: 78, 5A and 3B. RGB value is (120,90,59). Sum of RGB (Red+Green+Blue) = 120+90+59=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 59 (23.44% from 255 or 21.93% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #785A3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A3B is #87A5C4. Grayscale: #5F5F5F. Windows color (decimal): -8889797 or 3889784. OLE color: 3889784.

HSL color Cylindrical-coordinate representation of color #785A3B: hue angle of 30.49º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #785A3B is Cyan = 0, Magento = 0.25, Yellow = 0.51 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 90 59 -
CMYK 0 0.25 0.51 0.53
HSL 30.49º 0.34% 0.35% -
HSV(B) 30.49º 0.51% 0.47% -
XYZ 12.19 11.62 5.74 -
YUV 95.44 107.44 145.52 -
System Red Green Blue C M Y K H S L
Decimal 120 90 59 0 0.25 0.51 0.53 30.49 0.34 0.35
Hex 78 5A 3B 0 19 33 35 1E 22 23
Octal 170 132 73 0 31 63 65 36 42 43
Binary 1111000 1011010 111011 0 11001 110011 110101 11110 100010 100011

Color Harmonies of #785A3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A3B

Black with #785A3B

Text Example


Text Example

White with #785A3B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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