#704825

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

Shades of Cafe Royale #704825

Tints of Cafe Royale #704825

Color information

#704825 (or 0x704825) is unknown color: approx Cafe Royale. HEX triplet: 70, 48 and 25. RGB value is (112,72,37). Sum of RGB (Red+Green+Blue) = 112+72+37=221 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.68% from 221); Green value is 72 (28.52% from 255 or 32.58% from 221); Blue value is 37 (14.84% from 255 or 16.74% from 221); Max value from RGB is 112 - color contains mainly: red. Hex color #704825 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704825 is #8FB7DA. Grayscale: #505050. Windows color (decimal): -9418715 or 2443376. OLE color: 2443376.

HSL color Cylindrical-coordinate representation of color #704825: hue angle of 28º 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 #704825 is Cyan = 0, Magento = 0.36, Yellow = 0.67 and Black (K on CMYK) = 0.56.

Color convert

RGB1127237-
CMYK00.360.670.56
HSL28º50.34%29.22%-
HSV(B)28º66.96%43.92%-
XYZ9.338.212.84-
YUV79.97103.75150.85-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.68%
GREEN value IS 72 (28.52% from 255) = 32.58%
BLUE value IS 37 (14.84% from 255) = 16.74%
R=50.68%
G=32.58%
B=16.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112723700.360.670.562850.3429.22
Hex70482502443381c321d
Octal1601104504410370346235
Binary11100001001000100101010010010000111110001110011001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704825; }

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

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

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

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

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

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

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

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