#714B2A

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

Shades of Cafe Royale #714B2A

Tints of Cafe Royale #714B2A

Color information

#714B2A (or 0x714B2A) is unknown color: approx Cafe Royale. HEX triplet: 71, 4B and 2A. RGB value is (113,75,42). Sum of RGB (Red+Green+Blue) = 113+75+42=230 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.13% from 230); Green value is 75 (29.69% from 255 or 32.61% from 230); Blue value is 42 (16.80% from 255 or 18.26% from 230); Max value from RGB is 113 - color contains mainly: red. Hex color #714B2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B2A is #8EB4D5. Grayscale: #525252. Windows color (decimal): -9352406 or 2771825. OLE color: 2771825.

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

Color convert

RGB1137542-
CMYK00.340.630.56
HSL27.89º45.81%30.39%-
HSV(B)27.89º62.83%44.31%-
XYZ9.748.713.36-
YUV82.6105.09149.68-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.13%
GREEN value IS 75 (29.69% from 255) = 32.61%
BLUE value IS 42 (16.80% from 255) = 18.26%
R=49.13%
G=32.61%
B=18.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113754200.340.630.5627.8945.8130.39
Hex714B2A0223F381c2e1e
Octal161113520427770345636
Binary1110001100101110101001000101111111110001110010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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