#734A25

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

Shades of Cafe Royale #734A25

Tints of Cafe Royale #734A25

Color information

#734A25 (or 0x734A25) is unknown color: approx Cafe Royale. HEX triplet: 73, 4A and 25. RGB value is (115,74,37). Sum of RGB (Red+Green+Blue) = 115+74+37=226 (29% of max value = 765). Red value is 115 (45.31% from 255 or 50.88% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 115 - color contains mainly: red. Hex color #734A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734A25 is #8CB5DA. Grayscale: #525252. Windows color (decimal): -9221595 or 2443891. OLE color: 2443891.

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

Color convert

RGB1157437-
CMYK00.360.680.55
HSL28.46º51.32%29.8%-
HSV(B)28.46º67.83%45.1%-
XYZ9.858.682.91-
YUV82.04102.58151.51-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 50.88%
GREEN value IS 74 (29.30% from 255) = 32.74%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=50.88%
G=32.74%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.68
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115743700.360.680.5528.4651.3229.8
Hex734A2502444371c331e
Octal1631124504410467346336
Binary11100111001010100101010010010001001101111110011001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734A25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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