#704C29

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

Shades of Cafe Royale #704C29

Tints of Cafe Royale #704C29

Color information

#704C29 (or 0x704C29) is unknown color: approx Cafe Royale. HEX triplet: 70, 4C and 29. RGB value is (112,76,41). Sum of RGB (Red+Green+Blue) = 112+76+41=229 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.91% from 229); Green value is 76 (30.08% from 255 or 33.19% from 229); Blue value is 41 (16.41% from 255 or 17.90% from 229); Max value from RGB is 112 - color contains mainly: red. Hex color #704C29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C29 is #8FB3D6. Grayscale: #525252. Windows color (decimal): -9417687 or 2706544. OLE color: 2706544.

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

Color convert

RGB1127641-
CMYK00.320.630.56
HSL29.58º46.41%30%-
HSV(B)29.58º63.39%43.92%-
XYZ9.678.773.28-
YUV82.77104.43148.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.91%
GREEN value IS 76 (30.08% from 255) = 33.19%
BLUE value IS 41 (16.41% from 255) = 17.90%
R=48.91%
G=33.19%
B=17.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112764100.320.630.5629.5846.4130
Hex704C290203F381e2e1e
Octal160114510407770365636
Binary1110000100110010100101000001111111110001111010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704C29; }

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

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

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

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

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

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

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

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