#714828

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

Shades of Cafe Royale #714828

Tints of Cafe Royale #714828

Color information

#714828 (or 0x714828) is unknown color: approx Cafe Royale. HEX triplet: 71, 48 and 28. RGB value is (113,72,40). Sum of RGB (Red+Green+Blue) = 113+72+40=225 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 40 (16.02% from 255 or 17.78% from 225); Max value from RGB is 113 - color contains mainly: red. Hex color #714828 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714828 is #8EB7D7. Grayscale: #505050. Windows color (decimal): -9353176 or 2639985. OLE color: 2639985.

HSL color Cylindrical-coordinate representation of color #714828: hue angle of 26.3º degrees, saturation: 0.48, 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 #714828 is Cyan = 0, Magento = 0.36, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB1137240-
CMYK00.360.650.56
HSL26.3º47.71%30%-
HSV(B)26.3º64.6%44.31%-
XYZ9.518.33.11-
YUV80.61105.08151.1-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.22%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 40 (16.02% from 255) = 17.78%
R=50.22%
G=32%
B=17.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.65
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113724000.360.650.5626.347.7130
Hex71482802441381a301e
Octal1611105004410170326036
Binary11100011001000101000010010010000011110001101011000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714828; }

 p { color: rgb(113,72,40); }

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

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

 a { background-color: rgb(113,72,40); }

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

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

 span { border-color: rgb(113,72,40); }

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