#775432

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

Shades of Shingle Fawn #775432

Tints of Shingle Fawn #775432

Color information

#775432 (or 0x775432) is unknown color: approx Shingle Fawn. HEX triplet: 77, 54 and 32. RGB value is (119,84,50). Sum of RGB (Red+Green+Blue) = 119+84+50=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 84 (33.20% from 255 or 33.20% from 253); Blue value is 50 (19.92% from 255 or 19.76% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775432 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775432 is #88ABCD. Grayscale: #5A5A5A. Windows color (decimal): -8956878 or 3298423. OLE color: 3298423.

HSL color Cylindrical-coordinate representation of color #775432: hue angle of 29.57º 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 #775432 is Cyan = 0, Magento = 0.29, Yellow = 0.58 and Black (K on CMYK) = 0.53.

Color convert

RGB1198450-
CMYK00.290.580.53
HSL29.57º40.83%33.14%-
HSV(B)29.57º57.98%46.67%-
XYZ11.3510.494.44-
YUV90.59105.1148.26-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 84 (33.20% from 255) = 33.20%
BLUE value IS 50 (19.92% from 255) = 19.76%
R=47.04%
G=33.20%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.58
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119845000.290.580.5329.5740.8333.14
Hex77543201D3A351e2921
Octal167124620357265365141
Binary1110111101010011001001110111101011010111110101001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775432; }

 p { color: rgb(119,84,50); }

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

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

 a { background-color: rgb(119,84,50); }

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

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

 span { border-color: rgb(119,84,50); }

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