Html Css Color HEX #714925 Cafe Royale

📋 copy color: '#714925'

red 113 ◦ green 73 ◦ blue 37

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

Shades of Cafe Royale #714925

Tints of Cafe Royale #714925

RGB

 RED value IS 113 (44.53% from 255) = 50.67%

 GREEN value IS 73 (28.91% from 255) = 32.74%

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

R = 50.67%
G = 32.74%
B = 16.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#714925 (or 0x714925) is known color: Cafe Royale. HEX triplet: 71, 49 and 25. RGB value is (113,73,37). Sum of RGB (Red+Green+Blue) = 113+73+37=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 37 (14.84% from 255 or 16.59% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714925 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714925 is #8EB6DA. Grayscale: #515151. Windows color (decimal): -9352923 or 2443633. OLE color: 2443633.

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

Color convert

RGB 113 73 37 -
CMYK 0 0.35 0.67 0.56
HSL 28.42º 0.51% 0.29% -
HSV(B) 28.42º 0.67% 0.44% -
XYZ 9.53 8.41 2.87 -
YUV 80.86 103.25 150.93 -
System Red Green Blue C M Y K H S L
Decimal 113 73 37 0 0.35 0.67 0.56 28.42 0.51 0.29
Hex 71 49 25 0 23 43 38 1C 33 1D
Octal 161 111 45 0 43 103 70 34 63 35
Binary 1110001 1001001 100101 0 100011 1000011 111000 11100 110011 11101

Color Harmonies of #714925

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714925

Black with #714925

Text Example


Text Example

White with #714925

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714925; }

 p { color: rgb(113,73,37); }

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

background-color css

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

 a { background-color: rgb(113,73,37); }

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

border-color css

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

 span { border-color: rgb(113,73,37); }

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