#775333

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

Shades of Shingle Fawn #775333

Tints of Shingle Fawn #775333

Color information

#775333 (or 0x775333) is unknown color: approx Shingle Fawn. HEX triplet: 77, 53 and 33. RGB value is (119,83,51). Sum of RGB (Red+Green+Blue) = 119+83+51=253 (33% of max value = 765). Red value is 119 (46.88% from 255 or 47.04% from 253); Green value is 83 (32.81% from 255 or 32.81% from 253); Blue value is 51 (20.31% from 255 or 20.16% from 253); Max value from RGB is 119 - color contains mainly: red. Hex color #775333 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #775333 is #88ACCC. Grayscale: #5A5A5A. Windows color (decimal): -8957133 or 3363703. OLE color: 3363703.

HSL color Cylindrical-coordinate representation of color #775333: hue angle of 28.24º degrees, saturation: 0.4, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775333 is Cyan = 0, Magento = 0.30, Yellow = 0.57 and Black (K on CMYK) = 0.53.

Color convert

RGB1198351-
CMYK00.300.570.53
HSL28.24º40%33.33%-
HSV(B)28.24º57.14%46.67%-
XYZ11.310.354.53-
YUV90.12105.93148.6-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 47.04%
GREEN value IS 83 (32.81% from 255) = 32.81%
BLUE value IS 51 (20.31% from 255) = 20.16%
R=47.04%
G=32.81%
B=20.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.57
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119835100.300.570.5328.244033.33
Hex77533301E39351c2821
Octal167123630367165345041
Binary1110111101001111001101111011100111010111100101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775333

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775333; }

 p { color: rgb(119,83,51); }

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

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

 a { background-color: rgb(119,83,51); }

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

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

 span { border-color: rgb(119,83,51); }

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