Html Css Color HEX #714D2D Cafe Royale

📋 copy color: '#714D2D'

red 113 ◦ green 77 ◦ blue 45

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

Shades of Cafe Royale #714D2D

Tints of Cafe Royale #714D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 19.15%

R = 48.09%
G = 32.77%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#714D2D (or 0x714D2D) is known color: Cafe Royale. HEX triplet: 71, 4D and 2D. RGB value is (113,77,45). Sum of RGB (Red+Green+Blue) = 113+77+45=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 77 (30.47% from 255 or 32.77% from 235); Blue value is 45 (17.97% from 255 or 19.15% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #714D2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D2D is #8EB2D2. Grayscale: #545454. Windows color (decimal): -9351891 or 2968945. OLE color: 2968945.

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

Color convert

RGB 113 77 45 -
CMYK 0 0.32 0.60 0.56
HSL 28.24º 0.43% 0.31% -
HSV(B) 28.24º 0.6% 0.44% -
XYZ 9.94 9.01 3.7 -
YUV 84.12 105.93 148.6 -
System Red Green Blue C M Y K H S L
Decimal 113 77 45 0 0.32 0.60 0.56 28.24 0.43 0.31
Hex 71 4D 2D 0 20 3C 38 1C 2B 1F
Octal 161 115 55 0 40 74 70 34 53 37
Binary 1110001 1001101 101101 0 100000 111100 111000 11100 101011 11111

Color Harmonies of #714D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D2D

Black with #714D2D

Text Example


Text Example

White with #714D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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