Html Css Color HEX #714D2A Cafe Royale

📋 copy color: '#714D2A'

red 113 ◦ green 77 ◦ blue 42

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

Shades of Cafe Royale #714D2A

Tints of Cafe Royale #714D2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.1%

R = 48.71%
G = 33.19%
B = 18.1%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.63

 K value IS 0.56

RGB Variations

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

Color information

#714D2A (or 0x714D2A) is known color: Cafe Royale. HEX triplet: 71, 4D and 2A. RGB value is (113,77,42). Sum of RGB (Red+Green+Blue) = 113+77+42=232 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.71% from 232); Green value is 77 (30.47% from 255 or 33.19% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 113 - color contains mainly: red. Hex color #714D2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D2A is #8EB2D5. Grayscale: #535353. Windows color (decimal): -9351894 or 2772337. OLE color: 2772337.

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

Color convert

RGB 113 77 42 -
CMYK 0 0.32 0.63 0.56
HSL 29.58º 0.46% 0.3% -
HSV(B) 29.58º 0.63% 0.44% -
XYZ 9.88 8.99 3.4 -
YUV 83.77 104.43 148.85 -
System Red Green Blue C M Y K H S L
Decimal 113 77 42 0 0.32 0.63 0.56 29.58 0.46 0.3
Hex 71 4D 2A 0 20 3F 38 1E 2E 1E
Octal 161 115 52 0 40 77 70 36 56 36
Binary 1110001 1001101 101010 0 100000 111111 111000 11110 101110 11110

Color Harmonies of #714D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D2A

Black with #714D2A

Text Example


Text Example

White with #714D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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