#715024

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

Shades of Cafe Royale #715024

Tints of Cafe Royale #715024

Color information

#715024 (or 0x715024) is unknown color: approx Cafe Royale. HEX triplet: 71, 50 and 24. RGB value is (113,80,36). Sum of RGB (Red+Green+Blue) = 113+80+36=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 80 (31.64% from 255 or 34.93% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #715024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #715024 is #8EAFDB. Grayscale: #555555. Windows color (decimal): -9351132 or 2379889. OLE color: 2379889.

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

Color convert

RGB1138036-
CMYK00.290.680.56
HSL34.29º51.68%29.22%-
HSV(B)34.29º68.14%44.31%-
XYZ109.382.95-
YUV84.85100.43148.08-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 80 (31.64% from 255) = 34.93%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=49.34%
G=34.93%
B=15.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113803600.290.680.5634.2951.6829.22
Hex71502401D443822341d
Octal1611204403510470426435
Binary11100011010000100100011101100010011100010001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715024

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715024; }

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

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

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

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

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

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

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

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