#754D27

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

Shades of Cafe Royale #754D27

Tints of Cafe Royale #754D27

Color information

#754D27 (or 0x754D27) is unknown color: approx Cafe Royale. HEX triplet: 75, 4D and 27. RGB value is (117,77,39). Sum of RGB (Red+Green+Blue) = 117+77+39=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 39 (15.62% from 255 or 16.74% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #754D27 is #8AB2D8. Grayscale: #545454. Windows color (decimal): -9089753 or 2575733. OLE color: 2575733.

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

Color convert

RGB1177739-
CMYK00.340.670.54
HSL29.23º50%30.59%-
HSV(B)29.23º66.67%45.88%-
XYZ10.369.243.16-
YUV84.63102.25151.09-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 39 (15.62% from 255) = 16.74%
R=50.21%
G=33.05%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117773900.340.670.5429.235030.59
Hex754D2702243361d321f
Octal1651154704210366356237
Binary11101011001101100111010001010000111101101110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,77,39); }

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

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

 a { background-color: rgb(117,77,39); }

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

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

 span { border-color: rgb(117,77,39); }

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