Html Css Color HEX #714E2B Cafe Royale

📋 copy color: '#714E2B'

red 113 ◦ green 78 ◦ blue 43

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

Shades of Cafe Royale #714E2B

Tints of Cafe Royale #714E2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 48.29%
G = 33.33%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.62

 K value IS 0.56

RGB Variations

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

Color information

#714E2B (or 0x714E2B) is known color: Cafe Royale. HEX triplet: 71, 4E and 2B. RGB value is (113,78,43). Sum of RGB (Red+Green+Blue) = 113+78+43=234 (30% of max value = 765). Red value is 113 (44.53% from 255 or 48.29% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 113 - color contains mainly: red. Hex color #714E2B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E2B is #8EB1D4. Grayscale: #545454. Windows color (decimal): -9351637 or 2838129. OLE color: 2838129.

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

Color convert

RGB 113 78 43 -
CMYK 0 0.31 0.62 0.56
HSL 30º 0.45% 0.31% -
HSV(B) 30º 0.62% 0.44% -
XYZ 9.97 9.13 3.52 -
YUV 84.48 104.6 148.35 -
System Red Green Blue C M Y K H S L
Decimal 113 78 43 0 0.31 0.62 0.56 30 0.45 0.31
Hex 71 4E 2B 0 1F 3E 38 1E 2D 1F
Octal 161 116 53 0 37 76 70 36 55 37
Binary 1110001 1001110 101011 0 11111 111110 111000 11110 101101 11111

Color Harmonies of #714E2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E2B

Black with #714E2B

Text Example


Text Example

White with #714E2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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