Html Css Color HEX #714D2C Cafe Royale

📋 copy color: '#714D2C'

red 113 ◦ green 77 ◦ blue 44

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

Shades of Cafe Royale #714D2C

Tints of Cafe Royale #714D2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 18.8%

R = 48.29%
G = 32.91%
B = 18.8%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.56

RGB Variations

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

Color information

#714D2C (or 0x714D2C) is known color: Cafe Royale. HEX triplet: 71, 4D and 2C. RGB value is (113,77,44). Sum of RGB (Red+Green+Blue) = 113+77+44=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 77 (30.47% from 255 or 32.91% from 234); Blue value is 44 (17.58% from 255 or 18.80% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D2C is #8EB2D3. Grayscale: #545454. Windows color (decimal): -9351892 or 2903409. OLE color: 2903409.

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

Color convert

RGB 113 77 44 -
CMYK 0 0.32 0.61 0.56
HSL 28.7º 0.44% 0.31% -
HSV(B) 28.7º 0.61% 0.44% -
XYZ 9.92 9 3.6 -
YUV 84 105.43 148.68 -
System Red Green Blue C M Y K H S L
Decimal 113 77 44 0 0.32 0.61 0.56 28.7 0.44 0.31
Hex 71 4D 2C 0 20 3D 38 1D 2C 1F
Octal 161 115 54 0 40 75 70 35 54 37
Binary 1110001 1001101 101100 0 100000 111101 111000 11101 101100 11111

Color Harmonies of #714D2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D2C

Black with #714D2C

Text Example


Text Example

White with #714D2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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