#745028

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

Shades of Cafe Royale #745028

Tints of Cafe Royale #745028

Color information

#745028 (or 0x745028) is unknown color: approx Cafe Royale. HEX triplet: 74, 50 and 28. RGB value is (116,80,40). Sum of RGB (Red+Green+Blue) = 116+80+40=236 (31% of max value = 765). Red value is 116 (45.70% from 255 or 49.15% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 40 (16.02% from 255 or 16.95% from 236); Max value from RGB is 116 - color contains mainly: red. Hex color #745028 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745028 is #8BAFD7. Grayscale: #565656. Windows color (decimal): -9154520 or 2642036. OLE color: 2642036.

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

Color convert

RGB1168040-
CMYK00.310.660.55
HSL31.58º48.72%30.59%-
HSV(B)31.58º65.52%45.49%-
XYZ10.459.63.31-
YUV86.2101.93149.25-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.15%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 40 (16.02% from 255) = 16.95%
R=49.15%
G=33.90%
B=16.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.66
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116804000.310.660.5531.5848.7230.59
Hex74502801F423720311f
Octal1641205003710267406137
Binary11101001010000101000011111100001011011110000011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745028

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745028; }

 p { color: rgb(116,80,40); }

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

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

 a { background-color: rgb(116,80,40); }

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

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

 span { border-color: rgb(116,80,40); }

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