Html Css Color HEX #704D2F Cafe Royale

📋 copy color: '#704D2F'

red 112 ◦ green 77 ◦ blue 47

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

Shades of Cafe Royale #704D2F

Tints of Cafe Royale #704D2F

RGB

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

 GREEN value IS 77 (30.47% from 255) = 32.63%

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

R = 47.46%
G = 32.63%
B = 19.92%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#704D2F (or 0x704D2F) is known color: Cafe Royale. HEX triplet: 70, 4D and 2F. RGB value is (112,77,47). Sum of RGB (Red+Green+Blue) = 112+77+47=236 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.46% from 236); Green value is 77 (30.47% from 255 or 32.63% from 236); Blue value is 47 (18.75% from 255 or 19.92% from 236); Max value from RGB is 112 - color contains mainly: red. Hex color #704D2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D2F is #8FB2D0. Grayscale: #545454. Windows color (decimal): -9417425 or 3100016. OLE color: 3100016.

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

Color convert

RGB 112 77 47 -
CMYK 0 0.31 0.58 0.56
HSL 27.69º 0.41% 0.31% -
HSV(B) 27.69º 0.58% 0.44% -
XYZ 9.85 8.96 3.9 -
YUV 84.05 107.1 147.94 -
System Red Green Blue C M Y K H S L
Decimal 112 77 47 0 0.31 0.58 0.56 27.69 0.41 0.31
Hex 70 4D 2F 0 1F 3A 38 1C 29 1F
Octal 160 115 57 0 37 72 70 34 51 37
Binary 1110000 1001101 101111 0 11111 111010 111000 11100 101001 11111

Color Harmonies of #704D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D2F

Black with #704D2F

Text Example


Text Example

White with #704D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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