Html Css Color HEX #704D2C Cafe Royale

📋 copy color: '#704D2C'

red 112 ◦ green 77 ◦ blue 44

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

Shades of Cafe Royale #704D2C

Tints of Cafe Royale #704D2C

RGB

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

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

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

R = 48.07%
G = 33.05%
B = 18.88%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#704D2C (or 0x704D2C) is known color: Cafe Royale. HEX triplet: 70, 4D and 2C. RGB value is (112,77,44). Sum of RGB (Red+Green+Blue) = 112+77+44=233 (30% of max value = 765). Red value is 112 (44.14% from 255 or 48.07% from 233); Green value is 77 (30.47% from 255 or 33.05% from 233); Blue value is 44 (17.58% from 255 or 18.88% from 233); Max value from RGB is 112 - color contains mainly: red. Hex color #704D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D2C is #8FB2D3. Grayscale: #535353. Windows color (decimal): -9417428 or 2903408. OLE color: 2903408.

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

Color convert

RGB 112 77 44 -
CMYK 0 0.31 0.61 0.56
HSL 29.12º 0.44% 0.31% -
HSV(B) 29.12º 0.61% 0.44% -
XYZ 9.79 8.93 3.59 -
YUV 83.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 112 77 44 0 0.31 0.61 0.56 29.12 0.44 0.31
Hex 70 4D 2C 0 1F 3D 38 1D 2C 1F
Octal 160 115 54 0 37 75 70 35 54 37
Binary 1110000 1001101 101100 0 11111 111101 111000 11101 101100 11111

Color Harmonies of #704D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D2C

Black with #704D2C

Text Example


Text Example

White with #704D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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