#714926

Color #714926 Cafe Royale (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cafe Royale #714926

Tints of Cafe Royale #714926

Color information

#714926 (or 0x714926) is unknown color: approx Cafe Royale. HEX triplet: 71, 49 and 26. RGB value is (113,73,38). Sum of RGB (Red+Green+Blue) = 113+73+38=224 (29% of max value = 765). Red value is 113 (44.53% from 255 or 50.45% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 38 (15.23% from 255 or 16.96% from 224); Max value from RGB is 113 - color contains mainly: red. Hex color #714926 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #714926 is #8EB6D9. Grayscale: #515151. Windows color (decimal): -9352922 or 2509169. OLE color: 2509169.

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

Color convert

RGB1137338-
CMYK00.350.660.56
HSL28º49.67%29.61%-
HSV(B)28º66.37%44.31%-
XYZ9.548.422.96-
YUV80.97103.75150.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 50.45%
GREEN value IS 73 (28.91% from 255) = 32.59%
BLUE value IS 38 (15.23% from 255) = 16.96%
R=50.45%
G=32.59%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.66
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113733800.350.660.562849.6729.61
Hex71492602342381c321e
Octal1611114604310270346236
Binary11100011001001100110010001110000101110001110011001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #714926

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #714926; }

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

 H1.HeaderClassName
 {
   color: #714926;
 }
 .AnyTagClassName
 {
   color: #714926;
 }
</style>
background-color css

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

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

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

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

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

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