#71502A

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

Shades of Cafe Royale #71502A

Tints of Cafe Royale #71502A

Color information

#71502A (or 0x71502A) is unknown color: approx Cafe Royale. HEX triplet: 71, 50 and 2A. RGB value is (113,80,42). Sum of RGB (Red+Green+Blue) = 113+80+42=235 (31% of max value = 765). Red value is 113 (44.53% from 255 or 48.09% from 235); Green value is 80 (31.64% from 255 or 34.04% from 235); Blue value is 42 (16.80% from 255 or 17.87% from 235); Max value from RGB is 113 - color contains mainly: red. Hex color #71502A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71502A is #8EAFD5. Grayscale: #555555. Windows color (decimal): -9351126 or 2773105. OLE color: 2773105.

HSL color Cylindrical-coordinate representation of color #71502A: hue angle of 32.11º 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 #71502A is Cyan = 0, Magento = 0.29, Yellow = 0.63 and Black (K on CMYK) = 0.56.

Color convert

RGB1138042-
CMYK00.290.630.56
HSL32.11º45.81%30.39%-
HSV(B)32.11º62.83%44.31%-
XYZ10.19.423.48-
YUV85.53103.43147.59-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 48.09%
GREEN value IS 80 (31.64% from 255) = 34.04%
BLUE value IS 42 (16.80% from 255) = 17.87%
R=48.09%
G=34.04%
B=17.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.63
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113804200.290.630.5632.1145.8130.39
Hex71502A01D3F38202e1e
Octal161120520357770405636
Binary1110001101000010101001110111111111100010000010111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #71502A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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