#724E2A

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

Shades of Cafe Royale #724E2A

Tints of Cafe Royale #724E2A

Color information

#724E2A (or 0x724E2A) is unknown color: approx Cafe Royale. HEX triplet: 72, 4E and 2A. RGB value is (114,78,42). Sum of RGB (Red+Green+Blue) = 114+78+42=234 (30% of max value = 765). Red value is 114 (44.92% from 255 or 48.72% from 234); Green value is 78 (30.86% from 255 or 33.33% from 234); Blue value is 42 (16.80% from 255 or 17.95% from 234); Max value from RGB is 114 - color contains mainly: red. Hex color #724E2A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #724E2A is #8DB1D5. Grayscale: #545454. Windows color (decimal): -9286102 or 2772594. OLE color: 2772594.

HSL color Cylindrical-coordinate representation of color #724E2A: hue angle of 30º degrees, saturation: 0.46, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #724E2A is Cyan = 0, Magento = 0.32, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1147842-
CMYK00.320.630.55
HSL30º46.15%30.59%-
HSV(B)30º63.16%44.71%-
XYZ10.089.193.43-
YUV84.66103.93148.93-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 48.72%
GREEN value IS 78 (30.86% from 255) = 33.33%
BLUE value IS 42 (16.80% from 255) = 17.95%
R=48.72%
G=33.33%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114784200.320.630.553046.1530.59
Hex724E2A0203F371e2e1f
Octal162116520407767365637
Binary1110010100111010101001000001111111101111111010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724E2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724E2A; }

 p { color: rgb(114,78,42); }

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

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

 a { background-color: rgb(114,78,42); }

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

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

 span { border-color: rgb(114,78,42); }

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