Html Css Color HEX #704E2D Cafe Royale

📋 copy color: '#704E2D'

red 112 ◦ green 78 ◦ blue 45

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

Shades of Cafe Royale #704E2D

Tints of Cafe Royale #704E2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 47.66%
G = 33.19%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#704E2D (or 0x704E2D) is known color: Cafe Royale. HEX triplet: 70, 4E and 2D. RGB value is (112,78,45). Sum of RGB (Red+Green+Blue) = 112+78+45=235 (31% of max value = 765). Red value is 112 (44.14% from 255 or 47.66% from 235); Green value is 78 (30.86% from 255 or 33.19% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 112 - color contains mainly: red. Hex color #704E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E2D is #8FB1D2. Grayscale: #545454. Windows color (decimal): -9417171 or 2969200. OLE color: 2969200.

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

Color convert

RGB 112 78 45 -
CMYK 0 0.30 0.60 0.56
HSL 29.55º 0.43% 0.31% -
HSV(B) 29.55º 0.6% 0.44% -
XYZ 9.88 9.08 3.72 -
YUV 84.4 105.76 147.68 -
System Red Green Blue C M Y K H S L
Decimal 112 78 45 0 0.30 0.60 0.56 29.55 0.43 0.31
Hex 70 4E 2D 0 1E 3C 38 1E 2B 1F
Octal 160 116 55 0 36 74 70 36 53 37
Binary 1110000 1001110 101101 0 11110 111100 111000 11110 101011 11111

Color Harmonies of #704E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E2D

Black with #704E2D

Text Example


Text Example

White with #704E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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