Html Css Color HEX #714A27 Cafe Royale

📋 copy color: '#714A27'

red 113 ◦ green 74 ◦ blue 39

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

Shades of Cafe Royale #714A27

Tints of Cafe Royale #714A27

RGB

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

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

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

R = 50%
G = 32.74%
B = 17.26%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.56

RGB Variations

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

Color information

#714A27 (or 0x714A27) is known color: Cafe Royale. HEX triplet: 71, 4A and 27. RGB value is (113,74,39). Sum of RGB (Red+Green+Blue) = 113+74+39=226 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50% from 226); Green value is 74 (29.30% from 255 or 32.74% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 113 - color contains mainly: red. Hex color #714A27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714A27 is #8EB5D8. Grayscale: #515151. Windows color (decimal): -9352665 or 2574961. OLE color: 2574961.

HSL color Cylindrical-coordinate representation of color #714A27: hue angle of 28.38º 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 #714A27 is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 74 39 -
CMYK 0 0.35 0.65 0.56
HSL 28.38º 0.49% 0.3% -
HSV(B) 28.38º 0.65% 0.44% -
XYZ 9.63 8.55 3.06 -
YUV 81.67 103.92 150.35 -
System Red Green Blue C M Y K H S L
Decimal 113 74 39 0 0.35 0.65 0.56 28.38 0.49 0.3
Hex 71 4A 27 0 23 41 38 1C 31 1E
Octal 161 112 47 0 43 101 70 34 61 36
Binary 1110001 1001010 100111 0 100011 1000001 111000 11100 110001 11110

Color Harmonies of #714A27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714A27

Black with #714A27

Text Example


Text Example

White with #714A27

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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