#704c2b

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

Shades of Cafe Royale #704C2B

Tints of Cafe Royale #704C2B

Color information

#704C2B (or 0x704C2B) is unknown color: approx Cafe Royale. HEX triplet: 70, 4C and 2B. RGB value is (112,76,43). Sum of RGB (Red+Green+Blue) = 112+76+43=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 43 (17.19% from 255 or 18.61% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704C2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C2B is #8FB3D4. Grayscale: #535353. Windows color (decimal): -9417685 or 2837616. OLE color: 2837616.

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

Color convert

RGB1127643-
CMYK00.320.620.56
HSL28.7º44.52%30.39%-
HSV(B)28.7º61.61%43.92%-
XYZ9.78.793.47-
YUV83105.43148.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 76 (30.08% from 255) = 32.90%
BLUE value IS 43 (17.19% from 255) = 18.61%
R=48.48%
G=32.90%
B=18.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112764300.320.620.5628.744.5230.39
Hex704C2B0203E381d2d1e
Octal160114530407670355536
Binary1110000100110010101101000001111101110001110110110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704c2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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