#744631

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

Shades of Cape Palliser #744631

Tints of Cape Palliser #744631

Color information

#744631 (or 0x744631) is unknown color: approx Cape Palliser. HEX triplet: 74, 46 and 31. RGB value is (116,70,49). Sum of RGB (Red+Green+Blue) = 116+70+49=235 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.36% from 235); Green value is 70 (27.73% from 255 or 29.79% from 235); Blue value is 49 (19.53% from 255 or 20.85% from 235); Max value from RGB is 116 - color contains mainly: red. Hex color #744631 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744631 is #8BB9CE. Grayscale: #515151. Windows color (decimal): -9157071 or 3229300. OLE color: 3229300.

HSL color Cylindrical-coordinate representation of color #744631: hue angle of 18.81º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #744631 is Cyan = 0, Magento = 0.40, Yellow = 0.58 and Black (K on CMYK) = 0.55.

Color convert

RGB1167049-
CMYK00.400.580.55
HSL18.81º40.61%32.35%-
HSV(B)18.81º57.76%45.49%-
XYZ9.958.323.99-
YUV81.36109.74152.71-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.36%
GREEN value IS 70 (27.73% from 255) = 29.79%
BLUE value IS 49 (19.53% from 255) = 20.85%
R=49.36%
G=29.79%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.58
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116704900.400.580.5518.8140.6132.35
Hex7446310283A37132920
Octal164106610507267235140
Binary11101001000110110001010100011101011011110011101001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744631

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744631; }

 p { color: rgb(116,70,49); }

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

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

 a { background-color: rgb(116,70,49); }

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

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

 span { border-color: rgb(116,70,49); }

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