#714C2A

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

Shades of Cafe Royale #714C2A

Tints of Cafe Royale #714C2A

Color information

#714C2A (or 0x714C2A) is unknown color: approx Cafe Royale. HEX triplet: 71, 4C and 2A. RGB value is (113,76,42). Sum of RGB (Red+Green+Blue) = 113+76+42=231 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.92% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 42 (16.80% from 255 or 18.18% from 231); Max value from RGB is 113 - color contains mainly: red. Hex color #714C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714C2A is #8EB3D5. Grayscale: #535353. Windows color (decimal): -9352150 or 2772081. OLE color: 2772081.

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

Color convert

RGB1137642-
CMYK00.330.630.56
HSL28.73º45.81%30.39%-
HSV(B)28.73º62.83%44.31%-
XYZ9.818.853.38-
YUV83.19104.76149.26-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.92%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 42 (16.80% from 255) = 18.18%
R=48.92%
G=32.90%
B=18.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113764200.330.630.5628.7345.8130.39
Hex714C2A0213F381d2e1e
Octal161114520417770355636
Binary1110001100110010101001000011111111110001110110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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