Html Css Color HEX #704E25 Cafe Royale

📋 copy color: '#704E25'

red 112 ◦ green 78 ◦ blue 37

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

Shades of Cafe Royale #704E25

Tints of Cafe Royale #704E25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 49.34%
G = 34.36%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704E25 (or 0x704E25) is known color: Cafe Royale. HEX triplet: 70, 4E and 25. RGB value is (112,78,37). Sum of RGB (Red+Green+Blue) = 112+78+37=227 (30% of max value = 765). Red value is 112 (44.14% from 255 or 49.34% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 112 - color contains mainly: red. Hex color #704E25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704E25 is #8FB1DA. Grayscale: #535353. Windows color (decimal): -9417179 or 2444912. OLE color: 2444912.

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

Color convert

RGB 112 78 37 -
CMYK 0 0.30 0.67 0.56
HSL 32.8º 0.5% 0.29% -
HSV(B) 32.8º 0.67% 0.44% -
XYZ 9.74 9.03 2.98 -
YUV 83.49 101.76 148.33 -
System Red Green Blue C M Y K H S L
Decimal 112 78 37 0 0.30 0.67 0.56 32.8 0.5 0.29
Hex 70 4E 25 0 1E 43 38 21 32 1D
Octal 160 116 45 0 36 103 70 41 62 35
Binary 1110000 1001110 100101 0 11110 1000011 111000 100001 110010 11101

Color Harmonies of #704E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704E25

Black with #704E25

Text Example


Text Example

White with #704E25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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