#704C25

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

Shades of Cafe Royale #704C25

Tints of Cafe Royale #704C25

Color information

#704C25 (or 0x704C25) is unknown color: approx Cafe Royale. HEX triplet: 70, 4C and 25. RGB value is (112,76,37). Sum of RGB (Red+Green+Blue) = 112+76+37=225 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 37 (14.84% from 255 or 16.44% from 225); Max value from RGB is 112 - color contains mainly: red. Hex color #704C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C25 is #8FB3DA. Grayscale: #525252. Windows color (decimal): -9417691 or 2444400. OLE color: 2444400.

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

Color convert

RGB1127637-
CMYK00.320.670.56
HSL31.2º50.34%29.22%-
HSV(B)31.2º66.96%43.92%-
XYZ9.68.752.93-
YUV82.32102.43149.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.78%
GREEN value IS 76 (30.08% from 255) = 33.78%
BLUE value IS 37 (14.84% from 255) = 16.44%
R=49.78%
G=33.78%
B=16.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.67
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112763700.320.670.5631.250.3429.22
Hex704C2502043381f321d
Octal1601144504010370376235
Binary11100001001100100101010000010000111110001111111001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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