#744E27

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

Shades of Cafe Royale #744E27

Tints of Cafe Royale #744E27

Color information

#744E27 (or 0x744E27) is unknown color: approx Cafe Royale. HEX triplet: 74, 4E and 27. RGB value is (116,78,39). Sum of RGB (Red+Green+Blue) = 116+78+39=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #744E27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #744E27 is #8BB1D8. Grayscale: #555555. Windows color (decimal): -9155033 or 2575988. OLE color: 2575988.

HSL color Cylindrical-coordinate representation of color #744E27: hue angle of 30.39º degrees, saturation: 0.5, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #744E27 is Cyan = 0, Magento = 0.33, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB1167839-
CMYK00.330.660.55
HSL30.39º49.68%30.39%-
HSV(B)30.39º66.38%45.49%-
XYZ10.299.313.17-
YUV84.92102.09150.17-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=49.79%
G=33.48%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116783900.330.660.5530.3949.6830.39
Hex744E2702142371e321e
Octal1641164704110267366236
Binary11101001001110100111010000110000101101111111011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #744E27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #744E27; }

 p { color: rgb(116,78,39); }

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

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

 a { background-color: rgb(116,78,39); }

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

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

 span { border-color: rgb(116,78,39); }

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