#714D2B

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

Shades of Cafe Royale #714D2B

Tints of Cafe Royale #714D2B

Color information

#714D2B (or 0x714D2B) is unknown color: approx Cafe Royale. HEX triplet: 71, 4D and 2B. RGB value is (113,77,43). Sum of RGB (Red+Green+Blue) = 113+77+43=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714D2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D2B is #8EB2D4. Grayscale: #545454. Windows color (decimal): -9351893 or 2837873. OLE color: 2837873.

HSL color Cylindrical-coordinate representation of color #714D2B: hue angle of 29.14º degrees, saturation: 0.45, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #714D2B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1137743-
CMYK00.320.620.56
HSL29.14º44.87%30.59%-
HSV(B)29.14º61.95%44.31%-
XYZ9.98.993.5-
YUV83.89104.93148.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=48.50%
G=33.05%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113774300.320.620.5629.1444.8730.59
Hex714D2B0203E381d2d1f
Octal161115530407670355537
Binary1110001100110110101101000001111101110001110110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714D2B; }

 p { color: rgb(113,77,43); }

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

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

 a { background-color: rgb(113,77,43); }

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

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

 span { border-color: rgb(113,77,43); }

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