#704F2A

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

Shades of Cafe Royale #704F2A

Tints of Cafe Royale #704F2A

Color information

#704F2A (or 0x704F2A) is unknown color: approx Cafe Royale. HEX triplet: 70, 4F and 2A. RGB value is (112,79,42). Sum of RGB (Red+Green+Blue) = 112+79+42=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 79 (31.25% from 255 or 33.91% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704F2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F2A is #8FB0D5. Grayscale: #545454. Windows color (decimal): -9416918 or 2772848. OLE color: 2772848.

HSL color Cylindrical-coordinate representation of color #704F2A: hue angle of 31.71º degrees, saturation: 0.45, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #704F2A is Cyan = 0, Magento = 0.29, Yellow = 0.62 and Black (K on CMYK) = 0.56.

Color convert

RGB1127942-
CMYK00.290.620.56
HSL31.71º45.45%30.2%-
HSV(B)31.71º62.5%43.92%-
XYZ9.99.23.45-
YUV84.65103.93147.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 79 (31.25% from 255) = 33.91%
BLUE value IS 42 (16.80% from 255) = 18.03%
R=48.07%
G=33.91%
B=18.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112794200.290.620.5631.7145.4530.2
Hex704F2A01D3E38202d1e
Octal160117520357670405536
Binary1110000100111110101001110111111011100010000010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,79,42); }

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

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

 a { background-color: rgb(112,79,42); }

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

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

 span { border-color: rgb(112,79,42); }

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