#755027

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

Shades of Cafe Royale #755027

Tints of Cafe Royale #755027

Color information

#755027 (or 0x755027) is unknown color: approx Cafe Royale. HEX triplet: 75, 50 and 27. RGB value is (117,80,39). Sum of RGB (Red+Green+Blue) = 117+80+39=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 39 (15.62% from 255 or 16.53% from 236); Max value from RGB is 117 - color contains mainly: red. Hex color #755027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #755027 is #8AAFD8. Grayscale: #565656. Windows color (decimal): -9088985 or 2576501. OLE color: 2576501.

HSL color Cylindrical-coordinate representation of color #755027: hue angle of 31.54º 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 #755027 is Cyan = 0, Magento = 0.32, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB1178039-
CMYK00.320.670.54
HSL31.54º50%30.59%-
HSV(B)31.54º66.67%45.88%-
XYZ10.579.673.23-
YUV86.39101.26149.83-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 49.58%
GREEN value IS 80 (31.64% from 255) = 33.90%
BLUE value IS 39 (15.62% from 255) = 16.53%
R=49.58%
G=33.90%
B=16.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117803900.320.670.5431.545030.59
Hex755027020433620321f
Octal1651204704010366406237
Binary111010110100001001110100000100001111011010000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755027; }

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

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

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

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

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

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

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

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