Html Css Color HEX #714D27 Cafe Royale

📋 copy color: '#714D27'

red 113 ◦ green 77 ◦ blue 39

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

Shades of Cafe Royale #714D27

Tints of Cafe Royale #714D27

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 17.03%

R = 49.34%
G = 33.62%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714D27 (or 0x714D27) is known color: Cafe Royale. HEX triplet: 71, 4D and 27. RGB value is (113,77,39). Sum of RGB (Red+Green+Blue) = 113+77+39=229 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.34% from 229); Green value is 77 (30.47% from 255 or 33.62% from 229); Blue value is 39 (15.62% from 255 or 17.03% from 229); Max value from RGB is 113 - color contains mainly: red. Hex color #714D27 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D27 is #8EB2D8. Grayscale: #535353. Windows color (decimal): -9351897 or 2575729. OLE color: 2575729.

HSL color Cylindrical-coordinate representation of color #714D27: hue angle of 30.81º degrees, saturation: 0.49, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #714D27 is Cyan = 0, Magento = 0.32, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 77 39 -
CMYK 0 0.32 0.65 0.56
HSL 30.81º 0.49% 0.3% -
HSV(B) 30.81º 0.65% 0.44% -
XYZ 9.83 8.96 3.13 -
YUV 83.43 102.93 149.09 -
System Red Green Blue C M Y K H S L
Decimal 113 77 39 0 0.32 0.65 0.56 30.81 0.49 0.3
Hex 71 4D 27 0 20 41 38 1F 31 1E
Octal 161 115 47 0 40 101 70 37 61 36
Binary 1110001 1001101 100111 0 100000 1000001 111000 11111 110001 11110

Color Harmonies of #714D27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D27

Black with #714D27

Text Example


Text Example

White with #714D27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714D27; }

 p { color: rgb(113,77,39); }

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

background-color css

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

 a { background-color: rgb(113,77,39); }

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

border-color css

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

 span { border-color: rgb(113,77,39); }

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