Html Css Color HEX #714929 Cafe Royale

📋 copy color: '#714929'

red 113 ◦ green 73 ◦ blue 41

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

Shades of Cafe Royale #714929

Tints of Cafe Royale #714929

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 18.06%

R = 49.78%
G = 32.16%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#714929 (or 0x714929) is known color: Cafe Royale. HEX triplet: 71, 49 and 29. RGB value is (113,73,41). Sum of RGB (Red+Green+Blue) = 113+73+41=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 73 (28.91% from 255 or 32.16% from 227); Blue value is 41 (16.41% from 255 or 18.06% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714929 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714929 is #8EB6D6. Grayscale: #515151. Windows color (decimal): -9352919 or 2705777. OLE color: 2705777.

HSL color Cylindrical-coordinate representation of color #714929: hue angle of 26.67º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #714929 is Cyan = 0, Magento = 0.35, Yellow = 0.64 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 73 41 -
CMYK 0 0.35 0.64 0.56
HSL 26.67º 0.47% 0.3% -
HSV(B) 26.67º 0.64% 0.44% -
XYZ 9.59 8.44 3.22 -
YUV 81.31 105.25 150.6 -
System Red Green Blue C M Y K H S L
Decimal 113 73 41 0 0.35 0.64 0.56 26.67 0.47 0.3
Hex 71 49 29 0 23 40 38 1B 2F 1E
Octal 161 111 51 0 43 100 70 33 57 36
Binary 1110001 1001001 101001 0 100011 1000000 111000 11011 101111 11110

Color Harmonies of #714929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714929

Black with #714929

Text Example


Text Example

White with #714929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714929; }

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

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

background-color css

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

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

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

border-color css

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

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

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