#724C2A

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

Shades of Cafe Royale #724C2A

Tints of Cafe Royale #724C2A

Color information

#724C2A (or 0x724C2A) is unknown color: approx Cafe Royale. HEX triplet: 72, 4C and 2A. RGB value is (114,76,42). Sum of RGB (Red+Green+Blue) = 114+76+42=232 (30% of max value = 765). Red value is 114 (44.92% from 255 or 49.14% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 42 (16.80% from 255 or 18.10% from 232); Max value from RGB is 114 - color contains mainly: red. Hex color #724C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #724C2A is #8DB3D5. Grayscale: #535353. Windows color (decimal): -9286614 or 2772082. OLE color: 2772082.

HSL color Cylindrical-coordinate representation of color #724C2A: hue angle of 28.33º 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 #724C2A is Cyan = 0, Magento = 0.33, Yellow = 0.63 and Black (K on CMYK) = 0.55.

Color convert

RGB1147642-
CMYK00.330.630.55
HSL28.33º46.15%30.59%-
HSV(B)28.33º63.16%44.71%-
XYZ9.948.913.39-
YUV83.49104.59149.76-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 49.14%
GREEN value IS 76 (30.08% from 255) = 32.76%
BLUE value IS 42 (16.80% from 255) = 18.10%
R=49.14%
G=32.76%
B=18.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.63
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114764200.330.630.5528.3346.1530.59
Hex724C2A0213F371c2e1f
Octal162114520417767345637
Binary1110010100110010101001000011111111101111110010111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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