Html Css Color HEX #714E2F Cafe Royale

📋 copy color: '#714E2F'

red 113 ◦ green 78 ◦ blue 47

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

Shades of Cafe Royale #714E2F

Tints of Cafe Royale #714E2F

RGB

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

 GREEN value IS 78 (30.86% from 255) = 32.77%

 BLUE value IS 47 (18.75% from 255) = 19.75%

R = 47.48%
G = 32.77%
B = 19.75%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.58

 K value IS 0.56

RGB Variations

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

Color information

#714E2F (or 0x714E2F) is known color: Cafe Royale. HEX triplet: 71, 4E and 2F. RGB value is (113,78,47). Sum of RGB (Red+Green+Blue) = 113+78+47=238 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.48% from 238); Green value is 78 (30.86% from 255 or 32.77% from 238); Blue value is 47 (18.75% from 255 or 19.75% from 238); Max value from RGB is 113 - color contains mainly: red. Hex color #714E2F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E2F is #8EB1D0. Grayscale: #555555. Windows color (decimal): -9351633 or 3100273. OLE color: 3100273.

HSL color Cylindrical-coordinate representation of color #714E2F: hue angle of 28.18º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #714E2F is Cyan = 0, Magento = 0.31, Yellow = 0.58 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 78 47 -
CMYK 0 0.31 0.58 0.56
HSL 28.18º 0.41% 0.31% -
HSV(B) 28.18º 0.58% 0.44% -
XYZ 10.05 9.16 3.93 -
YUV 84.93 106.6 148.02 -
System Red Green Blue C M Y K H S L
Decimal 113 78 47 0 0.31 0.58 0.56 28.18 0.41 0.31
Hex 71 4E 2F 0 1F 3A 38 1C 29 1F
Octal 161 116 57 0 37 72 70 34 51 37
Binary 1110001 1001110 101111 0 11111 111010 111000 11100 101001 11111

Color Harmonies of #714E2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E2F

Black with #714E2F

Text Example


Text Example

White with #714E2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,78,47); }

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

background-color css

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

 a { background-color: rgb(113,78,47); }

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

border-color css

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

 span { border-color: rgb(113,78,47); }

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