Html Css Color HEX #714D26 Cafe Royale

📋 copy color: '#714D26'

red 113 ◦ green 77 ◦ blue 38

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

Shades of Cafe Royale #714D26

Tints of Cafe Royale #714D26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 16.67%

R = 49.56%
G = 33.77%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714D26 (or 0x714D26) is known color: Cafe Royale. HEX triplet: 71, 4D and 26. RGB value is (113,77,38). Sum of RGB (Red+Green+Blue) = 113+77+38=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 38 (15.23% from 255 or 16.67% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #714D26 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #714D26 is #8EB2D9. Grayscale: #535353. Windows color (decimal): -9351898 or 2510193. OLE color: 2510193.

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

Color convert

RGB 113 77 38 -
CMYK 0 0.32 0.66 0.56
HSL 31.2º 0.5% 0.3% -
HSV(B) 31.2º 0.66% 0.44% -
XYZ 9.81 8.96 3.05 -
YUV 83.32 102.43 149.17 -
System Red Green Blue C M Y K H S L
Decimal 113 77 38 0 0.32 0.66 0.56 31.2 0.5 0.3
Hex 71 4D 26 0 20 42 38 1F 32 1E
Octal 161 115 46 0 40 102 70 37 62 36
Binary 1110001 1001101 100110 0 100000 1000010 111000 11111 110010 11110

Color Harmonies of #714D26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714D26

Black with #714D26

Text Example


Text Example

White with #714D26

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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