Html Css Color HEX #714826 Cafe Royale

📋 copy color: '#714826'

red 113 ◦ green 72 ◦ blue 38

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

Shades of Cafe Royale #714826

Tints of Cafe Royale #714826

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.29%

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

R = 50.67%
G = 32.29%
B = 17.04%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.66

 K value IS 0.56

RGB Variations

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

Color information

#714826 (or 0x714826) is known color: Cafe Royale. HEX triplet: 71, 48 and 26. RGB value is (113,72,38). Sum of RGB (Red+Green+Blue) = 113+72+38=223 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.67% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 38 (15.23% from 255 or 17.04% from 223); Max value from RGB is 113 - color contains mainly: red. Hex color #714826 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714826 is #8EB7D9. Grayscale: #505050. Windows color (decimal): -9353178 or 2508913. OLE color: 2508913.

HSL color Cylindrical-coordinate representation of color #714826: hue angle of 27.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 #714826 is Cyan = 0, Magento = 0.36, Yellow = 0.66 and Black (K on CMYK) = 0.56.

Color convert

RGB 113 72 38 -
CMYK 0 0.36 0.66 0.56
HSL 27.2º 0.5% 0.3% -
HSV(B) 27.2º 0.66% 0.44% -
XYZ 9.48 8.29 2.93 -
YUV 80.38 104.08 151.26 -
System Red Green Blue C M Y K H S L
Decimal 113 72 38 0 0.36 0.66 0.56 27.2 0.5 0.3
Hex 71 48 26 0 24 42 38 1B 32 1E
Octal 161 110 46 0 44 102 70 33 62 36
Binary 1110001 1001000 100110 0 100100 1000010 111000 11011 110010 11110

Color Harmonies of #714826

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #714826

Black with #714826

Text Example


Text Example

White with #714826

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #714826; }

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

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

background-color css

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

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

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

border-color css

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

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

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