#775630

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

Shades of Shingle Fawn #775630

Tints of Shingle Fawn #775630

Color information

#775630 (or 0x775630) is unknown color: approx Shingle Fawn. HEX triplet: 77, 56 and 30. RGB value is (119,86,48). Sum of RGB (Red+Green+Blue) = 119+86+48=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775630 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775630 is #88A9CF. Grayscale: #5B5B5B. Windows color (decimal): -8956368 or 3167863. OLE color: 3167863.

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

Color convert

RGB1198648-
CMYK00.280.600.53
HSL32.11º42.51%32.75%-
HSV(B)32.11º59.66%46.67%-
XYZ11.4710.794.27-
YUV91.53103.43147.59-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 48 (19.14% from 255) = 18.97%
R=47.04%
G=33.99%
B=18.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119864800.280.600.5332.1142.5132.75
Hex77563001C3C35202b21
Octal167126600347465405341
Binary11101111010110110000011100111100110101100000101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775630; }

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

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

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

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

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

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

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

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