#754C28

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

Shades of Cafe Royale #754C28

Tints of Cafe Royale #754C28

Color information

#754C28 (or 0x754C28) is unknown color: approx Cafe Royale. HEX triplet: 75, 4C and 28. RGB value is (117,76,40). Sum of RGB (Red+Green+Blue) = 117+76+40=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 76 (30.08% from 255 or 32.62% from 233); Blue value is 40 (16.02% from 255 or 17.17% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #754C28 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #754C28 is #8AB3D7. Grayscale: #545454. Windows color (decimal): -9090008 or 2641013. OLE color: 2641013.

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

Color convert

RGB1177640-
CMYK00.350.660.54
HSL28.05º49.04%30.78%-
HSV(B)28.05º65.81%45.88%-
XYZ10.39.13.22-
YUV84.16103.08151.43-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 50.21%
GREEN value IS 76 (30.08% from 255) = 32.62%
BLUE value IS 40 (16.02% from 255) = 17.17%
R=50.21%
G=32.62%
B=17.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117764000.350.660.5428.0549.0430.78
Hex754C2802342361c311f
Octal1651145004310266346137
Binary11101011001100101000010001110000101101101110011000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #754C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(117,76,40); }

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

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

 a { background-color: rgb(117,76,40); }

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

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

 span { border-color: rgb(117,76,40); }

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