#714F23

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

Shades of Cafe Royale #714F23

Tints of Cafe Royale #714F23

Color information

#714F23 (or 0x714F23) is unknown color: approx Cafe Royale. HEX triplet: 71, 4F and 23. RGB value is (113,79,35). Sum of RGB (Red+Green+Blue) = 113+79+35=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 79 (31.25% from 255 or 34.80% from 227); Blue value is 35 (14.06% from 255 or 15.42% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714F23 is #8EB0DC. Grayscale: #545454. Windows color (decimal): -9351389 or 2314097. OLE color: 2314097.

HSL color Cylindrical-coordinate representation of color #714F23: hue angle of 33.85º degrees, saturation: 0.53, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #714F23 is Cyan = 0, Magento = 0.30, Yellow = 0.69 and Black (K on CMYK) = 0.56.

Color convert

RGB1137935-
CMYK00.300.690.56
HSL33.85º52.7%29.02%-
HSV(B)33.85º69.03%44.31%-
XYZ9.919.222.85-
YUV84.15100.26148.58-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.78%
GREEN value IS 79 (31.25% from 255) = 34.80%
BLUE value IS 35 (14.06% from 255) = 15.42%
R=49.78%
G=34.80%
B=15.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113793500.300.690.5633.8552.729.02
Hex714F2301E453822351d
Octal1611174303610570426535
Binary11100011001111100011011110100010111100010001011010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(113,79,35); }

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

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

 a { background-color: rgb(113,79,35); }

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

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

 span { border-color: rgb(113,79,35); }

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