#775C3B

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

Shades of Shingle Fawn #775C3B

Tints of Shingle Fawn #775C3B

Color information

#775C3B (or 0x775C3B) is unknown color: approx Shingle Fawn. HEX triplet: 77, 5C and 3B. RGB value is (119,92,59). Sum of RGB (Red+Green+Blue) = 119+92+59=270 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.07% from 270); Green value is 92 (36.33% from 255 or 34.07% from 270); Blue value is 59 (23.44% from 255 or 21.85% from 270); Max value from RGB is 119 - color contains mainly: red. Hex color #775C3B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775C3B is #88A3C4. Grayscale: #606060. Windows color (decimal): -8954821 or 3890295. OLE color: 3890295.

HSL color Cylindrical-coordinate representation of color #775C3B: hue angle of 33º degrees, saturation: 0.34, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #775C3B is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.53.

Color convert

RGB1199259-
CMYK00.230.500.53
HSL33º33.71%34.9%-
HSV(B)33º50.42%46.67%-
XYZ12.2211.895.79-
YUV96.31106.95144.18-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.07%
GREEN value IS 92 (36.33% from 255) = 34.07%
BLUE value IS 59 (23.44% from 255) = 21.85%
R=44.07%
G=34.07%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.50
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119925900.230.500.533333.7134.9
Hex775C3B0173235212223
Octal167134730276265414243
Binary11101111011100111011010111110010110101100001100010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775C3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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