Html Css Color HEX #785332 Shingle Fawn

📋 copy color: '#785332'

red 120 ◦ green 83 ◦ blue 50

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

Shades of Shingle Fawn #785332

Tints of Shingle Fawn #785332

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.76%

R = 47.43%
G = 32.81%
B = 19.76%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.53

RGB Variations

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

Color information

#785332 (or 0x785332) is known color: Shingle Fawn. HEX triplet: 78, 53 and 32. RGB value is (120,83,50). Sum of RGB (Red+Green+Blue) = 120+83+50=253 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.43% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 120 - color contains mainly: red. Hex color #785332 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785332 is #87ACCD. Grayscale: #5A5A5A. Windows color (decimal): -8891598 or 3298168. OLE color: 3298168.

HSL color Cylindrical-coordinate representation of color #785332: hue angle of 28.29º degrees, saturation: 0.41, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #785332 is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 83 50 -
CMYK 0 0.31 0.58 0.53
HSL 28.29º 0.41% 0.33% -
HSV(B) 28.29º 0.58% 0.47% -
XYZ 11.41 10.41 4.43 -
YUV 90.3 105.26 149.18 -
System Red Green Blue C M Y K H S L
Decimal 120 83 50 0 0.31 0.58 0.53 28.29 0.41 0.33
Hex 78 53 32 0 1F 3A 35 1C 29 21
Octal 170 123 62 0 37 72 65 34 51 41
Binary 1111000 1010011 110010 0 11111 111010 110101 11100 101001 100001

Color Harmonies of #785332

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785332

Black with #785332

Text Example


Text Example

White with #785332

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785332; }

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

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

background-color css

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

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

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

border-color css

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

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

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