#745025

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

Shades of Cafe Royale #745025

Tints of Cafe Royale #745025

Color information

#745025 (or 0x745025) is unknown color: approx Cafe Royale. HEX triplet: 74, 50 and 25. RGB value is (116,80,37). Sum of RGB (Red+Green+Blue) = 116+80+37=233 (30% of max value = 765). Red value is 116 (45.70% from 255 or 49.79% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 37 (14.84% from 255 or 15.88% from 233); Max value from RGB is 116 - color contains mainly: red. Hex color #745025 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #745025 is #8BAFDA. Grayscale: #565656. Windows color (decimal): -9154523 or 2445428. OLE color: 2445428.

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

Color convert

RGB1168037-
CMYK00.310.680.55
HSL32.66º51.63%30%-
HSV(B)32.66º68.1%45.49%-
XYZ10.419.583.05-
YUV85.86100.43149.5-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 49.79%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 37 (14.84% from 255) = 15.88%
R=49.79%
G=34.33%
B=15.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal116803700.310.680.5532.6651.6330
Hex74502501F443721341e
Octal1641204503710467416436
Binary11101001010000100101011111100010011011110000111010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #745025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #745025; }

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

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

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

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

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

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

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

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