#704925

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

Shades of Cafe Royale #704925

Tints of Cafe Royale #704925

Color information

#704925 (or 0x704925) is unknown color: approx Cafe Royale. HEX triplet: 70, 49 and 25. RGB value is (112,73,37). Sum of RGB (Red+Green+Blue) = 112+73+37=222 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.45% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 37 (14.84% from 255 or 16.67% from 222); Max value from RGB is 112 - color contains mainly: red. Hex color #704925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704925 is #8FB6DA. Grayscale: #505050. Windows color (decimal): -9418459 or 2443632. OLE color: 2443632.

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

Color convert

RGB1127337-
CMYK00.350.670.56
HSL28.8º50.34%29.22%-
HSV(B)28.8º66.96%43.92%-
XYZ9.48.342.87-
YUV80.56103.42150.43-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50.45%
GREEN value IS 73 (28.91% from 255) = 32.88%
BLUE value IS 37 (14.84% from 255) = 16.67%
R=50.45%
G=32.88%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112733700.350.670.5628.850.3429.22
Hex70492502343381d321d
Octal1601114504310370356235
Binary11100001001001100101010001110000111110001110111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704925; }

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

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

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

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

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

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

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

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