#734E2B

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

Shades of Cafe Royale #734E2B

Tints of Cafe Royale #734E2B

Color information

#734E2B (or 0x734E2B) is unknown color: approx Cafe Royale. HEX triplet: 73, 4E and 2B. RGB value is (115,78,43). Sum of RGB (Red+Green+Blue) = 115+78+43=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 43 (17.19% from 255 or 18.22% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #734E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E2B is #8CB1D4. Grayscale: #555555. Windows color (decimal): -9220565 or 2838131. OLE color: 2838131.

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

Color convert

RGB1157843-
CMYK00.320.630.55
HSL29.17º45.57%30.98%-
HSV(B)29.17º62.61%45.1%-
XYZ10.239.273.54-
YUV85.07104.26149.35-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.73%
GREEN value IS 78 (30.86% from 255) = 33.05%
BLUE value IS 43 (17.19% from 255) = 18.22%
R=48.73%
G=33.05%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115784300.320.630.5529.1745.5730.98
Hex734E2B0203F371d2e1f
Octal163116530407767355637
Binary1110011100111010101101000001111111101111110110111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,78,43); }

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

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

 a { background-color: rgb(115,78,43); }

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

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

 span { border-color: rgb(115,78,43); }

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