Html Css Color HEX #704725 Cafe Royale

📋 copy color: '#704725'

red 112 ◦ green 71 ◦ blue 37

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

Shades of Cafe Royale #704725

Tints of Cafe Royale #704725

RGB

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

 GREEN value IS 71 (28.13% from 255) = 32.27%

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

R = 50.91%
G = 32.27%
B = 16.82%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#704725 (or 0x704725) is known color: Cafe Royale. HEX triplet: 70, 47 and 25. RGB value is (112,71,37). Sum of RGB (Red+Green+Blue) = 112+71+37=220 (29% of max value = 765). Red value is 112 (44.14% from 255 or 50.91% from 220); Green value is 71 (28.12% from 255 or 32.27% from 220); Blue value is 37 (14.84% from 255 or 16.82% from 220); Max value from RGB is 112 - color contains mainly: red. Hex color #704725 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #704725 is #8FB8DA. Grayscale: #4F4F4F. Windows color (decimal): -9418971 or 2443120. OLE color: 2443120.

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

Color convert

RGB 112 71 37 -
CMYK 0 0.37 0.67 0.56
HSL 27.2º 0.5% 0.29% -
HSV(B) 27.2º 0.67% 0.44% -
XYZ 9.27 8.08 2.82 -
YUV 79.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 112 71 37 0 0.37 0.67 0.56 27.2 0.5 0.29
Hex 70 47 25 0 25 43 38 1B 32 1D
Octal 160 107 45 0 45 103 70 33 62 35
Binary 1110000 1000111 100101 0 100101 1000011 111000 11011 110010 11101

Color Harmonies of #704725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #704725

Black with #704725

Text Example


Text Example

White with #704725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #704725; }

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

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

background-color css

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

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

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

border-color css

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

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

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