Html Css Color HEX #775C30 Shingle Fawn

📋 copy color: '#775C30'

red 119 ◦ green 92 ◦ blue 48

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

Shades of Shingle Fawn #775C30

Tints of Shingle Fawn #775C30

RGB

 RED value IS 119 (46.88% from 255) = 45.95%

 GREEN value IS 92 (36.33% from 255) = 35.52%

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

R = 45.95%
G = 35.52%
B = 18.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#775C30 (or 0x775C30) is known color: Shingle Fawn. HEX triplet: 77, 5C and 30. RGB value is (119,92,48). Sum of RGB (Red+Green+Blue) = 119+92+48=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 92 (36.33% from 255 or 35.52% from 259); Blue value is 48 (19.14% from 255 or 18.53% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #775C30 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C30 is #88A3CF. Grayscale: #5F5F5F. Windows color (decimal): -8954832 or 3169399. OLE color: 3169399.

HSL color Cylindrical-coordinate representation of color #775C30: hue angle of 37.18º 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 #775C30 is Cyan = 0, Magento = 0.23, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 119 92 48 -
CMYK 0 0.23 0.60 0.53
HSL 37.18º 0.43% 0.33% -
HSV(B) 37.18º 0.6% 0.47% -
XYZ 11.97 11.79 4.44 -
YUV 95.06 101.45 145.08 -
System Red Green Blue C M Y K H S L
Decimal 119 92 48 0 0.23 0.60 0.53 37.18 0.43 0.33
Hex 77 5C 30 0 17 3C 35 25 2B 21
Octal 167 134 60 0 27 74 65 45 53 41
Binary 1110111 1011100 110000 0 10111 111100 110101 100101 101011 100001

Color Harmonies of #775C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #775C30

Black with #775C30

Text Example


Text Example

White with #775C30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #775C30; }

 p { color: rgb(119,92,48); }

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

background-color css

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

 a { background-color: rgb(119,92,48); }

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

border-color css

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

 span { border-color: rgb(119,92,48); }

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