#704A2C

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

Shades of Cafe Royale #704A2C

Tints of Cafe Royale #704A2C

Color information

#704A2C (or 0x704A2C) is unknown color: approx Cafe Royale. HEX triplet: 70, 4A and 2C. RGB value is (112,74,44). Sum of RGB (Red+Green+Blue) = 112+74+44=230 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.70% from 230); Green value is 74 (29.30% from 255 or 32.17% from 230); Blue value is 44 (17.58% from 255 or 19.13% from 230); Max value from RGB is 112 - color contains mainly: red. Hex color #704A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A2C is #8FB5D3. Grayscale: #525252. Windows color (decimal): -9418196 or 2902640. OLE color: 2902640.

HSL color Cylindrical-coordinate representation of color #704A2C: hue angle of 26.47º degrees, saturation: 0.44, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #704A2C is Cyan = 0, Magento = 0.34, Yellow = 0.61 and Black (K on CMYK) = 0.56.

Color convert

RGB1127444-
CMYK00.340.610.56
HSL26.47º43.59%30.59%-
HSV(B)26.47º60.71%43.92%-
XYZ9.598.523.52-
YUV81.94106.59149.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.70%
GREEN value IS 74 (29.30% from 255) = 32.17%
BLUE value IS 44 (17.58% from 255) = 19.13%
R=48.70%
G=32.17%
B=19.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112744400.340.610.5626.4743.5930.59
Hex704A2C0223D381a2c1f
Octal160112540427570325437
Binary1110000100101010110001000101111011110001101010110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,74,44); }

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

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

 a { background-color: rgb(112,74,44); }

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

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

 span { border-color: rgb(112,74,44); }

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