#734F25

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

Shades of Cafe Royale #734F25

Tints of Cafe Royale #734F25

Color information

#734F25 (or 0x734F25) is unknown color: approx Cafe Royale. HEX triplet: 73, 4F and 25. RGB value is (115,79,37). Sum of RGB (Red+Green+Blue) = 115+79+37=231 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.78% from 231); Green value is 79 (31.25% from 255 or 34.20% from 231); Blue value is 37 (14.84% from 255 or 16.02% from 231); Max value from RGB is 115 - color contains mainly: red. Hex color #734F25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F25 is #8CB0DA. Grayscale: #555555. Windows color (decimal): -9220315 or 2445171. OLE color: 2445171.

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

Color convert

RGB1157937-
CMYK00.310.680.55
HSL32.31º51.32%29.8%-
HSV(B)32.31º67.83%45.1%-
XYZ10.29.373.02-
YUV84.98100.93149.42-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.78%
GREEN value IS 79 (31.25% from 255) = 34.20%
BLUE value IS 37 (14.84% from 255) = 16.02%
R=49.78%
G=34.20%
B=16.02%

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
Decimal115793700.310.680.5532.3151.3229.8
Hex734F2501F443720331e
Octal1631174503710467406336
Binary11100111001111100101011111100010011011110000011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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