#774D31

Color #774D31 Cape Palliser (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cape Palliser #774D31

Tints of Cape Palliser #774D31

Color information

#774D31 (or 0x774D31) is unknown color: approx Cape Palliser. HEX triplet: 77, 4D and 31. RGB value is (119,77,49). Sum of RGB (Red+Green+Blue) = 119+77+49=245 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.57% from 245); Green value is 77 (30.47% from 255 or 31.43% from 245); Blue value is 49 (19.53% from 255 or 20% from 245); Max value from RGB is 119 - color contains mainly: red. Hex color #774D31 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #774D31 is #88B2CE. Grayscale: #565656. Windows color (decimal): -8958671 or 3231095. OLE color: 3231095.

HSL color Cylindrical-coordinate representation of color #774D31: hue angle of 24º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #774D31 is Cyan = 0, Magento = 0.35, Yellow = 0.59 and Black (K on CMYK) = 0.53.

Color convert

RGB1197749-
CMYK00.350.590.53
HSL24º41.67%32.94%-
HSV(B)24º58.82%46.67%-
XYZ10.829.454.16-
YUV86.37106.91151.28-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 48.57%
GREEN value IS 77 (30.47% from 255) = 31.43%
BLUE value IS 49 (19.53% from 255) = 20%
R=48.57%
G=31.43%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.59
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119774900.350.590.532441.6732.94
Hex774D310233B35182a21
Octal167115610437365305241
Binary11101111001101110001010001111101111010111000101010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #774D31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #774D31; }

 p { color: rgb(119,77,49); }

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

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

 a { background-color: rgb(119,77,49); }

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

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

 span { border-color: rgb(119,77,49); }

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