#714E2A

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

Shades of Cafe Royale #714E2A

Tints of Cafe Royale #714E2A

Color information

#714E2A (or 0x714E2A) is unknown color: approx Cafe Royale. HEX triplet: 71, 4E and 2A. RGB value is (113,78,42). Sum of RGB (Red+Green+Blue) = 113+78+42=233 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.50% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 113 - color contains mainly: red. Hex color #714E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E2A is #8EB1D5. Grayscale: #545454. Windows color (decimal): -9351638 or 2772593. OLE color: 2772593.

HSL color Cylindrical-coordinate representation of color #714E2A: hue angle of 30.42º 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 #714E2A is Cyan = 0, Magento = 0.31, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1137842-
CMYK00.310.630.56
HSL30.42º45.81%30.39%-
HSV(B)30.42º62.83%44.31%-
XYZ9.959.133.43-
YUV84.36104.1148.43-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.50%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=48.50%
G=33.48%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113784200.310.630.5630.4245.8130.39
Hex714E2A01F3F381e2e1e
Octal161116520377770365636
Binary111000110011101010100111111111111110001111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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