#704B2C

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

Shades of Cafe Royale #704B2C

Tints of Cafe Royale #704B2C

Color information

#704B2C (or 0x704B2C) is unknown color: approx Cafe Royale. HEX triplet: 70, 4B and 2C. RGB value is (112,75,44). Sum of RGB (Red+Green+Blue) = 112+75+44=231 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.48% from 231); Green value is 75 (29.69% from 255 or 32.47% from 231); Blue value is 44 (17.58% from 255 or 19.05% from 231); Max value from RGB is 112 - color contains mainly: red. Hex color #704B2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704B2C is #8FB4D3. Grayscale: #525252. Windows color (decimal): -9417940 or 2902896. OLE color: 2902896.

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

Color convert

RGB1127544-
CMYK00.330.610.56
HSL27.35º43.59%30.59%-
HSV(B)27.35º60.71%43.92%-
XYZ9.658.663.55-
YUV82.53106.26149.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 48.48%
GREEN value IS 75 (29.69% from 255) = 32.47%
BLUE value IS 44 (17.58% from 255) = 19.05%
R=48.48%
G=32.47%
B=19.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.61
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112754400.330.610.5627.3543.5930.59
Hex704B2C0213D381b2c1f
Octal160113540417570335437
Binary1110000100101110110001000011111011110001101110110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704B2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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