Html Css Color HEX #704A25 Cafe Royale

📋 copy color: '#704A25'

red 112 ◦ green 74 ◦ blue 37

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

Shades of Cafe Royale #704A25

Tints of Cafe Royale #704A25

RGB

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

 GREEN value IS 74 (29.3% from 255) = 33.18%

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

R = 50.22%
G = 33.18%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704A25 (or 0x704A25) is known color: Cafe Royale. HEX triplet: 70, 4A and 25. RGB value is (112,74,37). Sum of RGB (Red+Green+Blue) = 112+74+37=223 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.22% from 223); Green value is 74 (29.30% from 255 or 33.18% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 112 - color contains mainly: red. Hex color #704A25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704A25 is #8FB5DA. Grayscale: #515151. Windows color (decimal): -9418203 or 2443888. OLE color: 2443888.

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

Color convert

RGB 112 74 37 -
CMYK 0 0.34 0.67 0.56
HSL 29.6º 0.5% 0.29% -
HSV(B) 29.6º 0.67% 0.44% -
XYZ 9.46 8.48 2.89 -
YUV 81.14 103.09 150.01 -
System Red Green Blue C M Y K H S L
Decimal 112 74 37 0 0.34 0.67 0.56 29.6 0.5 0.29
Hex 70 4A 25 0 22 43 38 1E 32 1D
Octal 160 112 45 0 42 103 70 36 62 35
Binary 1110000 1001010 100101 0 100010 1000011 111000 11110 110010 11101

Color Harmonies of #704A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704A25

Black with #704A25

Text Example


Text Example

White with #704A25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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