Html Css Color HEX #785A2E Shingle Fawn

📋 copy color: '#785A2E'

red 120 ◦ green 90 ◦ blue 46

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

Shades of Shingle Fawn #785A2E

Tints of Shingle Fawn #785A2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.97%

R = 46.88%
G = 35.16%
B = 17.97%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#785A2E (or 0x785A2E) is known color: Shingle Fawn. HEX triplet: 78, 5A and 2E. RGB value is (120,90,46). Sum of RGB (Red+Green+Blue) = 120+90+46=256 (33% of max value = 765). Red value is 120 (47.27% from 255 or 46.88% from 256); Green value is 90 (35.55% from 255 or 35.16% from 256); Blue value is 46 (18.36% from 255 or 17.97% from 256); Max value from RGB is 120 - color contains mainly: red. Hex color #785A2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785A2E is #87A5D1. Grayscale: #5E5E5E. Windows color (decimal): -8889810 or 3037816. OLE color: 3037816.

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

Color convert

RGB 120 90 46 -
CMYK 0 0.25 0.62 0.53
HSL 35.68º 0.45% 0.33% -
HSV(B) 35.68º 0.62% 0.47% -
XYZ 11.9 11.5 4.18 -
YUV 93.95 100.94 146.58 -
System Red Green Blue C M Y K H S L
Decimal 120 90 46 0 0.25 0.62 0.53 35.68 0.45 0.33
Hex 78 5A 2E 0 19 3E 35 24 2D 21
Octal 170 132 56 0 31 76 65 44 55 41
Binary 1111000 1011010 101110 0 11001 111110 110101 100100 101101 100001

Color Harmonies of #785A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785A2E

Black with #785A2E

Text Example


Text Example

White with #785A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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