#704C24

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

Shades of Cafe Royale #704C24

Tints of Cafe Royale #704C24

Color information

#704C24 (or 0x704C24) is unknown color: approx Cafe Royale. HEX triplet: 70, 4C and 24. RGB value is (112,76,36). Sum of RGB (Red+Green+Blue) = 112+76+36=224 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50% from 224); Green value is 76 (30.08% from 255 or 33.93% from 224); Blue value is 36 (14.45% from 255 or 16.07% from 224); Max value from RGB is 112 - color contains mainly: red. Hex color #704C24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704C24 is #8FB3DB. Grayscale: #525252. Windows color (decimal): -9417692 or 2378864. OLE color: 2378864.

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

Color convert

RGB1127636-
CMYK00.320.680.56
HSL31.58º51.35%29.02%-
HSV(B)31.58º67.86%43.92%-
XYZ9.588.742.85-
YUV82.2101.93149.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 50%
GREEN value IS 76 (30.08% from 255) = 33.93%
BLUE value IS 36 (14.45% from 255) = 16.07%
R=50%
G=33.93%
B=16.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.68
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112763600.320.680.5631.5851.3529.02
Hex704C24020443820331d
Octal1601144404010470406335
Binary111000010011001001000100000100010011100010000011001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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