Html Css Color HEX #704E2C Cafe Royale

📋 copy color: '#704E2C'

red 112 ◦ green 78 ◦ blue 44

#704E2C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cafe Royale #704E2C

Tints of Cafe Royale #704E2C

RGB

 RED value IS 112 (44.14% from 255) = 47.86%

 GREEN value IS 78 (30.86% from 255) = 33.33%

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 47.86%
G = 33.33%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#704E2C (or 0x704E2C) is known color: Cafe Royale. HEX triplet: 70, 4E and 2C. RGB value is (112,78,44). Sum of RGB (Red+Green+Blue) = 112+78+44=234 (30% of max value = 765). Red value is 112 (44.14% from 255 or 47.86% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 112 - color contains mainly: red. Hex color #704E2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E2C is #8FB1D3. Grayscale: #545454. Windows color (decimal): -9417172 or 2903664. OLE color: 2903664.

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

Color convert

RGB 112 78 44 -
CMYK 0 0.30 0.61 0.56
HSL 30º 0.44% 0.31% -
HSV(B) 30º 0.61% 0.44% -
XYZ 9.86 9.08 3.61 -
YUV 84.29 105.26 147.76 -
System Red Green Blue C M Y K H S L
Decimal 112 78 44 0 0.30 0.61 0.56 30 0.44 0.31
Hex 70 4E 2C 0 1E 3D 38 1E 2C 1F
Octal 160 116 54 0 36 75 70 36 54 37
Binary 1110000 1001110 101100 0 11110 111101 111000 11110 101100 11111

Color Harmonies of #704E2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E2C

Black with #704E2C

Text Example


Text Example

White with #704E2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,78,44); }

 H1.HeaderClassName
 {
   color: #704E2C;
 }
 .AnyTagClassName
 {
   color: #704E2C;
 }
</style>

background-color css

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

 a { background-color: rgb(112,78,44); }

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

border-color css

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

 span { border-color: rgb(112,78,44); }

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