#704829

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

Shades of Cafe Royale #704829

Tints of Cafe Royale #704829

Color information

#704829 (or 0x704829) is unknown color: approx Cafe Royale. HEX triplet: 70, 48 and 29. RGB value is (112,72,41). Sum of RGB (Red+Green+Blue) = 112+72+41=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 41 (16.41% from 255 or 18.22% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704829 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704829 is #8FB7D6. Grayscale: #505050. Windows color (decimal): -9418711 or 2705520. OLE color: 2705520.

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

Color convert

RGB1127241-
CMYK00.360.630.56
HSL26.2º46.41%30%-
HSV(B)26.2º63.39%43.92%-
XYZ9.48.243.19-
YUV80.43105.75150.52-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 41 (16.41% from 255) = 18.22%
R=49.78%
G=32%
B=18.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112724100.360.630.5626.246.4130
Hex7048290243F381a2e1e
Octal160110510447770325636
Binary1110000100100010100101001001111111110001101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704829; }

 p { color: rgb(112,72,41); }

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

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

 a { background-color: rgb(112,72,41); }

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

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

 span { border-color: rgb(112,72,41); }

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