Html Css Color HEX #714E24 Cafe Royale

📋 copy color: '#714E24'

red 113 ◦ green 78 ◦ blue 36

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

Shades of Cafe Royale #714E24

Tints of Cafe Royale #714E24

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 15.86%

R = 49.78%
G = 34.36%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#714E24 (or 0x714E24) is known color: Cafe Royale. HEX triplet: 71, 4E and 24. RGB value is (113,78,36). Sum of RGB (Red+Green+Blue) = 113+78+36=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 78 (30.86% from 255 or 34.36% from 227); Blue value is 36 (14.45% from 255 or 15.86% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714E24 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714E24 is #8EB1DB. Grayscale: #535353. Windows color (decimal): -9351644 or 2379377. OLE color: 2379377.

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

Color convert

RGB 113 78 36 -
CMYK 0 0.31 0.68 0.56
HSL 32.73º 0.52% 0.29% -
HSV(B) 32.73º 0.68% 0.44% -
XYZ 9.85 9.09 2.9 -
YUV 83.68 101.1 148.92 -
System Red Green Blue C M Y K H S L
Decimal 113 78 36 0 0.31 0.68 0.56 32.73 0.52 0.29
Hex 71 4E 24 0 1F 44 38 21 34 1D
Octal 161 116 44 0 37 104 70 41 64 35
Binary 1110001 1001110 100100 0 11111 1000100 111000 100001 110100 11101

Color Harmonies of #714E24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714E24

Black with #714E24

Text Example


Text Example

White with #714E24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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