Html Css Color HEX #714D25 Cafe Royale

📋 copy color: '#714D25'

red 113 ◦ green 77 ◦ blue 37

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

Shades of Cafe Royale #714D25

Tints of Cafe Royale #714D25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 16.3%

R = 49.78%
G = 33.92%
B = 16.3%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.67

 K value IS 0.56

RGB Variations

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

Color information

#714D25 (or 0x714D25) is known color: Cafe Royale. HEX triplet: 71, 4D and 25. RGB value is (113,77,37). Sum of RGB (Red+Green+Blue) = 113+77+37=227 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.78% from 227); Green value is 77 (30.47% from 255 or 33.92% from 227); Blue value is 37 (14.84% from 255 or 16.30% from 227); Max value from RGB is 113 - color contains mainly: red. Hex color #714D25 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D25 is #8EB2DA. Grayscale: #535353. Windows color (decimal): -9351899 or 2444657. OLE color: 2444657.

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

Color convert

RGB 113 77 37 -
CMYK 0 0.32 0.67 0.56
HSL 31.58º 0.51% 0.29% -
HSV(B) 31.58º 0.67% 0.44% -
XYZ 9.8 8.95 2.96 -
YUV 83.2 101.93 149.25 -
System Red Green Blue C M Y K H S L
Decimal 113 77 37 0 0.32 0.67 0.56 31.58 0.51 0.29
Hex 71 4D 25 0 20 43 38 20 33 1D
Octal 161 115 45 0 40 103 70 40 63 35
Binary 1110001 1001101 100101 0 100000 1000011 111000 100000 110011 11101

Color Harmonies of #714D25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D25

Black with #714D25

Text Example


Text Example

White with #714D25

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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