#704D2C

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

Shades of Cafe Royale #704D2C

Tints of Cafe Royale #704D2C

Color information

#704D2C (or 0x704D2C) is unknown color: approx Cafe Royale. HEX triplet: 70, 4D and 2C. RGB value is (112,77,44). Sum of RGB (Red+Green+Blue) = 112+77+44=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D2C is #8FB2D3. Grayscale: #535353. Windows color (decimal): -9417428 or 2903408. OLE color: 2903408.

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

Color convert

RGB1127744-
CMYK00.310.610.56
HSL29.12º43.59%30.59%-
HSV(B)29.12º60.71%43.92%-
XYZ9.798.933.59-
YUV83.7105.6148.18-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 77 (30.47% from 255) = 33.05%
BLUE value IS 44 (17.58% from 255) = 18.88%
R=48.07%
G=33.05%
B=18.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112774400.310.610.5629.1243.5930.59
Hex704D2C01F3D381d2c1f
Octal160115540377570355437
Binary111000010011011011000111111111011110001110110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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