#71512E

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

Shades of Cafe Royale #71512E

Tints of Cafe Royale #71512E

Color information

#71512E (or 0x71512E) is unknown color: approx Cafe Royale. HEX triplet: 71, 51 and 2E. RGB value is (113,81,46). Sum of RGB (Red+Green+Blue) = 113+81+46=240 (31% of max value = 765). Red value is 113 (44.53% from 255 or 47.08% from 240); Green value is 81 (32.03% from 255 or 33.75% from 240); Blue value is 46 (18.36% from 255 or 19.17% from 240); Max value from RGB is 113 - color contains mainly: red. Hex color #71512E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71512E is #8EAED1. Grayscale: #565656. Windows color (decimal): -9350866 or 3035505. OLE color: 3035505.

HSL color Cylindrical-coordinate representation of color #71512E: hue angle of 31.34º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #71512E is Cyan = 0, Magento = 0.28, Yellow = 0.59 and Black (K on CMYK) = 0.56.

Color convert

RGB1138146-
CMYK00.280.590.56
HSL31.34º42.14%31.18%-
HSV(B)31.34º59.29%44.31%-
XYZ10.259.593.9-
YUV86.58105.1146.85-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 47.08%
GREEN value IS 81 (32.03% from 255) = 33.75%
BLUE value IS 46 (18.36% from 255) = 19.17%
R=47.08%
G=33.75%
B=19.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.59
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113814600.280.590.5631.3442.1431.18
Hex71512E01C3B381f2a1f
Octal161121560347370375237
Binary111000110100011011100111001110111110001111110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71512E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71512E; }

 p { color: rgb(113,81,46); }

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

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

 a { background-color: rgb(113,81,46); }

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

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

 span { border-color: rgb(113,81,46); }

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