#714B29

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

Shades of Cafe Royale #714B29

Tints of Cafe Royale #714B29

Color information

#714B29 (or 0x714B29) is unknown color: approx Cafe Royale. HEX triplet: 71, 4B and 29. RGB value is (113,75,41). Sum of RGB (Red+Green+Blue) = 113+75+41=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 75 (29.69% from 255 or 32.75% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714B29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B29 is #8EB4D6. Grayscale: #525252. Windows color (decimal): -9352407 or 2706289. OLE color: 2706289.

HSL color Cylindrical-coordinate representation of color #714B29: hue angle of 28.33º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714B29 is Cyan = 0, Magento = 0.34, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB1137541-
CMYK00.340.640.56
HSL28.33º46.75%30.2%-
HSV(B)28.33º63.72%44.31%-
XYZ9.738.73.27-
YUV82.49104.59149.76-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.34%
GREEN value IS 75 (29.69% from 255) = 32.75%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=49.34%
G=32.75%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.64
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113754100.340.640.5628.3346.7530.2
Hex714B2902240381c2f1e
Octal1611135104210070345736
Binary11100011001011101001010001010000001110001110010111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,75,41); }

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

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

 a { background-color: rgb(113,75,41); }

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

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

 span { border-color: rgb(113,75,41); }

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