#775B3A

Color #775B3A Shingle Fawn (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shingle Fawn #775B3A

Tints of Shingle Fawn #775B3A

Color information

#775B3A (or 0x775B3A) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5B and 3A. RGB value is (119,91,58). Sum of RGB (Red+Green+Blue) = 119+91+58=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 91 (35.94% from 255 or 33.96% from 268); Blue value is 58 (23.05% from 255 or 21.64% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #775B3A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775B3A is #88A4C5. Grayscale: #5F5F5F. Windows color (decimal): -8955078 or 3824503. OLE color: 3824503.

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

Color convert

RGB1199158-
CMYK00.240.510.53
HSL32.46º34.46%34.71%-
HSV(B)32.46º51.26%46.67%-
XYZ12.1111.715.62-
YUV95.61106.78144.68-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 91 (35.94% from 255) = 33.96%
BLUE value IS 58 (23.05% from 255) = 21.64%
R=44.40%
G=33.96%
B=21.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.51
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119915800.240.510.5332.4634.4634.71
Hex775B3A0183335202223
Octal167133720306365404243
Binary11101111011011111010011000110011110101100000100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775B3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,91,58); }

 H1.HeaderClassName
 {
   color: #775B3A;
 }
 .AnyTagClassName
 {
   color: #775B3A;
 }
</style>
background-color css

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

 a { background-color: rgb(119,91,58); }

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

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

 span { border-color: rgb(119,91,58); }

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