#754F29

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

Shades of Cafe Royale #754F29

Tints of Cafe Royale #754F29

Color information

#754F29 (or 0x754F29) is unknown color: approx Cafe Royale. HEX triplet: 75, 4F and 29. RGB value is (117,79,41). Sum of RGB (Red+Green+Blue) = 117+79+41=237 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.37% from 237); Green value is 79 (31.25% from 255 or 33.33% from 237); Blue value is 41 (16.41% from 255 or 17.30% from 237); Max value from RGB is 117 - color contains mainly: red. Hex color #754F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754F29 is #8AB0D6. Grayscale: #565656. Windows color (decimal): -9089239 or 2707317. OLE color: 2707317.

HSL color Cylindrical-coordinate representation of color #754F29: hue angle of 30º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #754F29 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB1177941-
CMYK00.320.650.54
HSL30º48.1%30.98%-
HSV(B)30º64.96%45.88%-
XYZ10.539.533.38-
YUV86.03102.59150.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.37%
GREEN value IS 79 (31.25% from 255) = 33.33%
BLUE value IS 41 (16.41% from 255) = 17.30%
R=49.37%
G=33.33%
B=17.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117794100.320.650.543048.130.98
Hex754F2902041361e301f
Octal1651175104010166366037
Binary11101011001111101001010000010000011101101111011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754F29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #754F29; }

 p { color: rgb(117,79,41); }

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

<style>
 a { background-color: #754F29; }

 a { background-color: rgb(117,79,41); }

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

<style>
 span { border-color: #754F29; }

 span { border-color: rgb(117,79,41); }

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