#714B27

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

Shades of Cafe Royale #714B27

Tints of Cafe Royale #714B27

Color information

#714B27 (or 0x714B27) is unknown color: approx Cafe Royale. HEX triplet: 71, 4B and 27. RGB value is (113,75,39). Sum of RGB (Red+Green+Blue) = 113+75+39=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 39 (15.62% from 255 or 17.18% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714B27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B27 is #8EB4D8. Grayscale: #525252. Windows color (decimal): -9352409 or 2575217. OLE color: 2575217.

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

Color convert

RGB1137539-
CMYK00.340.650.56
HSL29.19º48.68%29.8%-
HSV(B)29.19º65.49%44.31%-
XYZ9.698.693.09-
YUV82.26103.59149.93-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 75 (29.69% from 255) = 33.04%
BLUE value IS 39 (15.62% from 255) = 17.18%
R=49.78%
G=33.04%
B=17.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113753900.340.650.5629.1948.6829.8
Hex714B2702241381d311e
Octal1611134704210170356136
Binary11100011001011100111010001010000011110001110111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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