Html Css Color HEX #714E2D Cafe Royale

📋 copy color: '#714E2D'

red 113 ◦ green 78 ◦ blue 45

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

Shades of Cafe Royale #714E2D

Tints of Cafe Royale #714E2D

RGB

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

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

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

R = 47.88%
G = 33.05%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#714E2D (or 0x714E2D) is known color: Cafe Royale. HEX triplet: 71, 4E and 2D. RGB value is (113,78,45). Sum of RGB (Red+Green+Blue) = 113+78+45=236 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.88% from 236); Green value is 78 (30.86% from 255 or 33.05% from 236); Blue value is 45 (17.97% from 255 or 19.07% from 236); Max value from RGB is 113 - color contains mainly: red. Hex color #714E2D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E2D is #8EB1D2. Grayscale: #545454. Windows color (decimal): -9351635 or 2969201. OLE color: 2969201.

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

Color convert

RGB 113 78 45 -
CMYK 0 0.31 0.60 0.56
HSL 29.12º 0.43% 0.31% -
HSV(B) 29.12º 0.6% 0.44% -
XYZ 10.01 9.15 3.72 -
YUV 84.7 105.6 148.18 -
System Red Green Blue C M Y K H S L
Decimal 113 78 45 0 0.31 0.60 0.56 29.12 0.43 0.31
Hex 71 4E 2D 0 1F 3C 38 1D 2B 1F
Octal 161 116 55 0 37 74 70 35 53 37
Binary 1110001 1001110 101101 0 11111 111100 111000 11101 101011 11111

Color Harmonies of #714E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E2D

Black with #714E2D

Text Example


Text Example

White with #714E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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