#704E2B

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

Shades of Cafe Royale #704E2B

Tints of Cafe Royale #704E2B

Color information

#704E2B (or 0x704E2B) is unknown color: approx Cafe Royale. HEX triplet: 70, 4E and 2B. RGB value is (112,78,43). Sum of RGB (Red+Green+Blue) = 112+78+43=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 78 (30.86% from 255 or 33.48% from 233); Blue value is 43 (17.19% from 255 or 18.45% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E2B is #8FB1D4. Grayscale: #545454. Windows color (decimal): -9417173 or 2838128. OLE color: 2838128.

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

Color convert

RGB1127843-
CMYK00.300.620.56
HSL30.43º44.52%30.39%-
HSV(B)30.43º61.61%43.92%-
XYZ9.849.073.52-
YUV84.18104.76147.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.07%
GREEN value IS 78 (30.86% from 255) = 33.48%
BLUE value IS 43 (17.19% from 255) = 18.45%
R=48.07%
G=33.48%
B=18.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112784300.300.620.5630.4344.5230.39
Hex704E2B01E3E381e2d1e
Octal160116530367670365536
Binary111000010011101010110111101111101110001111010110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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