#715027

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

Shades of Cafe Royale #715027

Tints of Cafe Royale #715027

Color information

#715027 (or 0x715027) is unknown color: approx Cafe Royale. HEX triplet: 71, 50 and 27. RGB value is (113,80,39). Sum of RGB (Red+Green+Blue) = 113+80+39=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 80 (31.64% from 255 or 34.48% from 232); Blue value is 39 (15.62% from 255 or 16.81% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #715027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715027 is #8EAFD8. Grayscale: #555555. Windows color (decimal): -9351129 or 2576497. OLE color: 2576497.

HSL color Cylindrical-coordinate representation of color #715027: hue angle of 33.24º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #715027 is Cyan = 0, Magento = 0.29, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1138039-
CMYK00.290.650.56
HSL33.24º48.68%29.8%-
HSV(B)33.24º65.49%44.31%-
XYZ10.049.393.2-
YUV85.19101.93147.83-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.71%
GREEN value IS 80 (31.64% from 255) = 34.48%
BLUE value IS 39 (15.62% from 255) = 16.81%
R=48.71%
G=34.48%
B=16.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113803900.290.650.5633.2448.6829.8
Hex71502701D413821311e
Octal1611204703510170416136
Binary11100011010000100111011101100000111100010000111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715027; }

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

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

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

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

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

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

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

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