Html Css Color HEX #704E2F Cafe Royale

📋 copy color: '#704E2F'

red 112 ◦ green 78 ◦ blue 47

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

Shades of Cafe Royale #704E2F

Tints of Cafe Royale #704E2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 19.83%

R = 47.26%
G = 32.91%
B = 19.83%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#704E2F (or 0x704E2F) is known color: Cafe Royale. HEX triplet: 70, 4E and 2F. RGB value is (112,78,47). Sum of RGB (Red+Green+Blue) = 112+78+47=237 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.26% from 237); Green value is 78 (30.86% from 255 or 32.91% from 237); Blue value is 47 (18.75% from 255 or 19.83% from 237); Max value from RGB is 112 - color contains mainly: red. Hex color #704E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E2F is #8FB1D0. Grayscale: #545454. Windows color (decimal): -9417169 or 3100272. OLE color: 3100272.

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

Color convert

RGB 112 78 47 -
CMYK 0 0.30 0.58 0.56
HSL 28.62º 0.41% 0.31% -
HSV(B) 28.62º 0.58% 0.44% -
XYZ 9.92 9.1 3.92 -
YUV 84.63 106.76 147.52 -
System Red Green Blue C M Y K H S L
Decimal 112 78 47 0 0.30 0.58 0.56 28.62 0.41 0.31
Hex 70 4E 2F 0 1E 3A 38 1D 29 1F
Octal 160 116 57 0 36 72 70 35 51 37
Binary 1110000 1001110 101111 0 11110 111010 111000 11101 101001 11111

Color Harmonies of #704E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E2F

Black with #704E2F

Text Example


Text Example

White with #704E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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