#734C2A

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

Shades of Cafe Royale #734C2A

Tints of Cafe Royale #734C2A

Color information

#734C2A (or 0x734C2A) is unknown color: approx Cafe Royale. HEX triplet: 73, 4C and 2A. RGB value is (115,76,42). Sum of RGB (Red+Green+Blue) = 115+76+42=233 (30% of max value = 765). Red value is 115 (45.31% from 255 or 49.36% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 115 - color contains mainly: red. Hex color #734C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #734C2A is #8CB3D5. Grayscale: #535353. Windows color (decimal): -9221078 or 2772083. OLE color: 2772083.

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

Color convert

RGB1157642-
CMYK00.340.630.55
HSL27.95º46.5%30.78%-
HSV(B)27.95º63.48%45.1%-
XYZ10.078.983.39-
YUV83.78104.42150.26-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 49.36%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=49.36%
G=32.62%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115764200.340.630.5527.9546.530.78
Hex734C2A0223F371c2e1f
Octal163114520427767345637
Binary1110011100110010101001000101111111101111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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