#734C25

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

Shades of Cafe Royale #734C25

Tints of Cafe Royale #734C25

Color information

#734C25 (or 0x734C25) is unknown color: approx Cafe Royale. HEX triplet: 73, 4C and 25. RGB value is (115,76,37). Sum of RGB (Red+Green+Blue) = 115+76+37=228 (30% of max value = 765). Red value is 115 (45.31% from 255 or 50.44% from 228); Green value is 76 (30.08% from 255 or 33.33% from 228); Blue value is 37 (14.84% from 255 or 16.23% from 228); Max value from RGB is 115 - color contains mainly: red. Hex color #734C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C25 is #8CB3DA. Grayscale: #535353. Windows color (decimal): -9221083 or 2444403. OLE color: 2444403.

HSL color Cylindrical-coordinate representation of color #734C25: hue angle of 30º degrees, saturation: 0.51, 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 #734C25 is Cyan = 0, Magento = 0.34, Yellow = 0.68 and Black (K on CMYK) = 0.55.

Color convert

RGB1157637-
CMYK00.340.680.55
HSL30º51.32%29.8%-
HSV(B)30º67.83%45.1%-
XYZ9.998.952.95-
YUV83.21101.92150.67-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.44%
GREEN value IS 76 (30.08% from 255) = 33.33%
BLUE value IS 37 (14.84% from 255) = 16.23%
R=50.44%
G=33.33%
B=16.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115763700.340.680.553051.3229.8
Hex734C2502244371e331e
Octal1631144504210467366336
Binary11100111001100100101010001010001001101111111011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #734C25; }

 p { color: rgb(115,76,37); }

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

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

 a { background-color: rgb(115,76,37); }

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

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

 span { border-color: rgb(115,76,37); }

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