#744926

Color #744926 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #744926

Tints of Cafe Royale #744926

Color information

#744926 (or 0x744926) is unknown color: approx Cafe Royale. HEX triplet: 74, 49 and 26. RGB value is (116,73,38). Sum of RGB (Red+Green+Blue) = 116+73+38=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 38 (15.23% from 255 or 16.74% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #744926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #744926 is #8BB6D9. Grayscale: #525252. Windows color (decimal): -9156314 or 2509172. OLE color: 2509172.

HSL color Cylindrical-coordinate representation of color #744926: hue angle of 26.92º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #744926 is Cyan = 0, Magento = 0.37, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB1167338-
CMYK00.370.670.55
HSL26.92º50.65%30.2%-
HSV(B)26.92º67.24%45.49%-
XYZ9.938.622.97-
YUV81.87103.25152.35-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 51.10%
GREEN value IS 73 (28.91% from 255) = 32.16%
BLUE value IS 38 (15.23% from 255) = 16.74%
R=51.10%
G=32.16%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.67
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116733800.370.670.5526.9250.6530.2
Hex74492602543371b331e
Octal1641114604510367336336
Binary11101001001001100110010010110000111101111101111001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744926; }

 p { color: rgb(116,73,38); }

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

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

 a { background-color: rgb(116,73,38); }

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

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

 span { border-color: rgb(116,73,38); }

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