#704F2B

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

Shades of Cafe Royale #704F2B

Tints of Cafe Royale #704F2B

Color information

#704F2B (or 0x704F2B) is unknown color: approx Cafe Royale. HEX triplet: 70, 4F and 2B. RGB value is (112,79,43). Sum of RGB (Red+Green+Blue) = 112+79+43=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 79 (31.25% from 255 or 33.76% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704F2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F2B is #8FB0D4. Grayscale: #545454. Windows color (decimal): -9416917 or 2838384. OLE color: 2838384.

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

Color convert

RGB1127943-
CMYK00.290.620.56
HSL31.3º44.52%30.39%-
HSV(B)31.3º61.61%43.92%-
XYZ9.919.213.54-
YUV84.76104.43147.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 47.86%
GREEN value IS 79 (31.25% from 255) = 33.76%
BLUE value IS 43 (17.19% from 255) = 18.38%
R=47.86%
G=33.76%
B=18.38%

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
Decimal112794300.290.620.5631.344.5230.39
Hex704F2B01D3E381f2d1e
Octal160117530357670375536
Binary111000010011111010110111011111101110001111110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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