#734E2D

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

Shades of Cafe Royale #734E2D

Tints of Cafe Royale #734E2D

Color information

#734E2D (or 0x734E2D) is unknown color: approx Cafe Royale. HEX triplet: 73, 4E and 2D. RGB value is (115,78,45). Sum of RGB (Red+Green+Blue) = 115+78+45=238 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.32% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 45 (17.97% from 255 or 18.91% from 238); Max value from RGB is 115 - color contains mainly: red. Hex color #734E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #734E2D is #8CB1D2. Grayscale: #555555. Windows color (decimal): -9220563 or 2969203. OLE color: 2969203.

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

Color convert

RGB1157845-
CMYK00.320.610.55
HSL28.29º43.75%31.37%-
HSV(B)28.29º60.87%45.1%-
XYZ10.279.283.73-
YUV85.3105.26149.18-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 48.32%
GREEN value IS 78 (30.86% from 255) = 32.77%
BLUE value IS 45 (17.97% from 255) = 18.91%
R=48.32%
G=32.77%
B=18.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.61
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal115784500.320.610.5528.2943.7531.37
Hex734E2D0203D371c2c1f
Octal163116550407567345437
Binary1110011100111010110101000001111011101111110010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #734E2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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