Html Css Color HEX #704D25 Cafe Royale

📋 copy color: '#704D25'

red 112 ◦ green 77 ◦ blue 37

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

Shades of Cafe Royale #704D25

Tints of Cafe Royale #704D25

RGB

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

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

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

R = 49.56%
G = 34.07%
B = 16.37%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704D25 (or 0x704D25) is known color: Cafe Royale. HEX triplet: 70, 4D and 25. RGB value is (112,77,37). Sum of RGB (Red+Green+Blue) = 112+77+37=226 (29% of max value = 765). Red value is 112 (44.14% from 255 or 49.56% from 226); Green value is 77 (30.47% from 255 or 34.07% from 226); Blue value is 37 (14.84% from 255 or 16.37% from 226); Max value from RGB is 112 - color contains mainly: red. Hex color #704D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #704D25 is #8FB2DA. Grayscale: #535353. Windows color (decimal): -9417435 or 2444656. OLE color: 2444656.

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

Color convert

RGB 112 77 37 -
CMYK 0 0.31 0.67 0.56
HSL 32º 0.5% 0.29% -
HSV(B) 32º 0.67% 0.44% -
XYZ 9.67 8.89 2.96 -
YUV 82.91 102.1 148.75 -
System Red Green Blue C M Y K H S L
Decimal 112 77 37 0 0.31 0.67 0.56 32 0.5 0.29
Hex 70 4D 25 0 1F 43 38 20 32 1D
Octal 160 115 45 0 37 103 70 40 62 35
Binary 1110000 1001101 100101 0 11111 1000011 111000 100000 110010 11101

Color Harmonies of #704D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704D25

Black with #704D25

Text Example


Text Example

White with #704D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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