#704D25

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

Shades of Cafe Royale #704D25

Tints of Cafe Royale #704D25

Color information

#704D25 (or 0x704D25) is unknown color: approx Cafe Royale. HEX triplet: 70, 4D and 25. RGB value is (112,77,37). Sum of RGB (Red+Green+Blue) = 112+77+37=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D25 is #8FB2DA. Grayscale: #535353. Windows color (decimal): -9417435 or 2444656. OLE color: 2444656.

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

Color convert

RGB1127737-
CMYK00.310.670.56
HSL32º50.34%29.22%-
HSV(B)32º66.96%43.92%-
XYZ9.678.892.96-
YUV82.9102.1148.75-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 77 (30.47% from 255) = 34.07%
BLUE value IS 37 (14.84% from 255) = 16.37%
R=49.56%
G=34.07%
B=16.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112773700.310.670.563250.3429.22
Hex704D2501F433820321d
Octal1601154503710370406235
Binary11100001001101100101011111100001111100010000011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,77,37); }

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

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

 a { background-color: rgb(112,77,37); }

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

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

 span { border-color: rgb(112,77,37); }

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