#704F23

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

Shades of Cafe Royale #704F23

Tints of Cafe Royale #704F23

Color information

#704F23 (or 0x704F23) is unknown color: approx Cafe Royale. HEX triplet: 70, 4F and 23. RGB value is (112,79,35). Sum of RGB (Red+Green+Blue) = 112+79+35=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 79 (31.25% from 255 or 34.96% from 226); Blue value is 35 (14.06% from 255 or 15.49% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704F23 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704F23 is #8FB0DC. Grayscale: #545454. Windows color (decimal): -9416925 or 2314096. OLE color: 2314096.

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

Color convert

RGB1127935-
CMYK00.290.690.56
HSL34.29º52.38%28.82%-
HSV(B)34.29º68.75%43.92%-
XYZ9.789.162.84-
YUV83.85100.43148.08-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 49.56%
GREEN value IS 79 (31.25% from 255) = 34.96%
BLUE value IS 35 (14.06% from 255) = 15.49%
R=49.56%
G=34.96%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.69
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal112793500.290.690.5634.2952.3828.82
Hex704F2301D453822341d
Octal1601174303510570426435
Binary11100001001111100011011101100010111100010001011010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704F23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,79,35); }

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

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

 a { background-color: rgb(112,79,35); }

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

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

 span { border-color: rgb(112,79,35); }

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