#734F2E

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

Shades of Cafe Royale #734F2E

Tints of Cafe Royale #734F2E

Color information

#734F2E (or 0x734F2E) is unknown color: approx Cafe Royale. HEX triplet: 73, 4F and 2E. RGB value is (115,79,46). Sum of RGB (Red+Green+Blue) = 115+79+46=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #734F2E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734F2E is #8CB0D1. Grayscale: #565656. Windows color (decimal): -9220306 or 3034995. OLE color: 3034995.

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

Color convert

RGB1157946-
CMYK00.310.60.55
HSL28.7º42.86%31.57%-
HSV(B)28.7º60%45.1%-
XYZ10.369.433.86-
YUV86105.43148.68-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 47.92%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=47.92%
G=32.92%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.6
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115794600.310.60.5528.742.8631.57
Hex734F2E01F3C371d2b20
Octal163117560377467355340
Binary1110011100111110111001111111110011011111101101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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