Html Css Color HEX #785430 Shingle Fawn

📋 copy color: '#785430'

red 120 ◦ green 84 ◦ blue 48

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

Shades of Shingle Fawn #785430

Tints of Shingle Fawn #785430

RGB

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

 GREEN value IS 84 (33.2% from 255) = 33.33%

 BLUE value IS 48 (19.14% from 255) = 19.05%

R = 47.62%
G = 33.33%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.3

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#785430 (or 0x785430) is known color: Shingle Fawn. HEX triplet: 78, 54 and 30. RGB value is (120,84,48). Sum of RGB (Red+Green+Blue) = 120+84+48=252 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.62% from 252); Green value is 84 (33.20% from 255 or 33.33% from 252); Blue value is 48 (19.14% from 255 or 19.05% from 252); Max value from RGB is 120 - color contains mainly: red. Hex color #785430 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #785430 is #87ABCF. Grayscale: #5A5A5A. Windows color (decimal): -8891344 or 3167352. OLE color: 3167352.

HSL color Cylindrical-coordinate representation of color #785430: hue angle of 30º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #785430 is Cyan = 0, Magento = 0.3, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 120 84 48 -
CMYK 0 0.3 0.60 0.53
HSL 30º 0.43% 0.33% -
HSV(B) 30º 0.6% 0.47% -
XYZ 11.45 10.55 4.23 -
YUV 90.66 103.93 148.93 -
System Red Green Blue C M Y K H S L
Decimal 120 84 48 0 0.3 0.60 0.53 30 0.43 0.33
Hex 78 54 30 0 1E 3C 35 1E 2B 21
Octal 170 124 60 0 36 74 65 36 53 41
Binary 1111000 1010100 110000 0 11110 111100 110101 11110 101011 100001

Color Harmonies of #785430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #785430

Black with #785430

Text Example


Text Example

White with #785430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #785430; }

 p { color: rgb(120,84,48); }

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

background-color css

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

 a { background-color: rgb(120,84,48); }

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

border-color css

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

 span { border-color: rgb(120,84,48); }

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