#714B24

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

Shades of Cafe Royale #714B24

Tints of Cafe Royale #714B24

Color information

#714B24 (or 0x714B24) is unknown color: approx Cafe Royale. HEX triplet: 71, 4B and 24. RGB value is (113,75,36). Sum of RGB (Red+Green+Blue) = 113+75+36=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714B24 is #8EB4DB. Grayscale: #525252. Windows color (decimal): -9352412 or 2378609. OLE color: 2378609.

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

Color convert

RGB1137536-
CMYK00.340.680.56
HSL30.39º51.68%29.22%-
HSV(B)30.39º68.14%44.31%-
XYZ9.648.672.83-
YUV81.92102.09150.17-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=50.45%
G=33.48%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113753600.340.680.5630.3951.6829.22
Hex714B2402244381e341d
Octal1611134404210470366435
Binary11100011001011100100010001010001001110001111011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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