#71492A

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

Shades of Cafe Royale #71492A

Tints of Cafe Royale #71492A

Color information

#71492A (or 0x71492A) is unknown color: approx Cafe Royale. HEX triplet: 71, 49 and 2A. RGB value is (113,73,42). Sum of RGB (Red+Green+Blue) = 113+73+42=228 (30% of max value = 765). Red value is 113 (44.53% from 255 or 49.56% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 42 (16.80% from 255 or 18.42% from 228); Max value from RGB is 113 - color contains mainly: red. Hex color #71492A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #71492A is #8EB6D5. Grayscale: #515151. Windows color (decimal): -9352918 or 2771313. OLE color: 2771313.

HSL color Cylindrical-coordinate representation of color #71492A: hue angle of 26.2º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #71492A is Cyan = 0, Magento = 0.35, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1137342-
CMYK00.350.630.56
HSL26.2º45.81%30.39%-
HSV(B)26.2º62.83%44.31%-
XYZ9.618.443.31-
YUV81.43105.75150.52-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 49.56%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 42 (16.80% from 255) = 18.42%
R=49.56%
G=32.02%
B=18.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113734200.350.630.5626.245.8130.39
Hex71492A0233F381a2e1e
Octal161111520437770325636
Binary1110001100100110101001000111111111110001101010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71492A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #71492A; }

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

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

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

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

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

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

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

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